🔧 add noti

This commit is contained in:
Ingolf Wagner 2025-06-11 14:17:08 +02:00
parent 3ce4dd54d6
commit 82aa1cc4fd
2 changed files with 6 additions and 2 deletions
homes/ingolf-wagner

View file

@ -1,8 +1,9 @@
- [Nerdfonts](https://www.nerdfonts.com)
- [ ] Downlaod Nerdfont : https://www.nerdfonts.com/font-downloads (e.g.: for Ubuntu)
- [ ] Downlaod Nerdfont : https://www.nerdfonts.com/font-downloads (e.g.: for
Ubuntu)
- [ ] Unzip in `~/.fonts`
- [ ] Import font cache with `fc-cache -fv`
- [KeyMapper](https://github.com/houmain/keymapper)
- install system-wide by the provided releases
- don't install pkgs.keymapper to avoid version incompatibilities

View file

@ -40,4 +40,7 @@
# we need nixGL to run kitty, because it depends on GL it's not nice, but not to bad either
xsession.windowManager.i3.config.terminal = lib.mkForce "nixGLIntel kitty";
# todo
programs.noti.enable = true;
}