This commit is contained in:
KaitoTLex 2024-09-18 10:28:09 -07:00
parent 9a081df74a
commit 4c65d5cc6f
3 changed files with 17 additions and 5 deletions

View file

@ -147,6 +147,14 @@
services.dunst.enable = true;
wayland.windowManager.sway = {
enable = true;
config = rec {
modifier = "Mod4";
terminal = "kitty";
};
};
programs.git = {
enable = true;
userName = "KaitoTLex";