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,12 +8,14 @@
../../develop/small-misc.nix ../../develop/small-misc.nix
]; ];
xun.small-nvim = { xun = {
enable = true; small-nvim = {
colorscheme = { enable = true;
name = "dayfox"; colorscheme = {
package = "EdenEast/nightfox.nvim"; name = "dayfox";
package = "EdenEast/nightfox.nvim";
};
wakatime.enable = false;
}; };
wakatime.enable = false;
}; };
} }

View file

@ -58,12 +58,14 @@
../../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 = {
enable = true; small-nvim = {
colorscheme = { enable = true;
name = "carbonfox"; colorscheme = {
package = "EdenEast/nightfox.nvim"; name = "carbonfox";
package = "EdenEast/nightfox.nvim";
};
wakatime.enable = true;
}; };
wakatime.enable = true;
}; };
} }