tiny clean-up

This commit is contained in:
xunuwu 2024-08-27 11:11:41 +00:00
parent b32b74c41a
commit 0e39c76c8d
No known key found for this signature in database
2 changed files with 16 additions and 12 deletions

View file

@ -8,7 +8,8 @@
../../develop/small-misc.nix ../../develop/small-misc.nix
]; ];
xun.small-nvim = { xun = {
small-nvim = {
enable = true; enable = true;
colorscheme = { colorscheme = {
name = "dayfox"; name = "dayfox";
@ -16,4 +17,5 @@
}; };
wakatime.enable = false; wakatime.enable = false;
}; };
};
} }

View file

@ -58,7 +58,8 @@
../../services/system/polkit-agent.nix ../../services/system/polkit-agent.nix
../../services/system/udiskie.nix # although i dont need this for usb memory, it is quite convenient for flashing qmk ../../services/system/udiskie.nix # although i dont need this for usb memory, it is quite convenient for flashing qmk
]; ];
xun.small-nvim = { xun = {
small-nvim = {
enable = true; enable = true;
colorscheme = { colorscheme = {
name = "carbonfox"; name = "carbonfox";
@ -66,4 +67,5 @@
}; };
wakatime.enable = true; wakatime.enable = true;
}; };
};
} }