tiny clean-up
This commit is contained in:
parent
b32b74c41a
commit
0e39c76c8d
2 changed files with 16 additions and 12 deletions
|
@ -8,12 +8,14 @@
|
|||
../../develop/small-misc.nix
|
||||
];
|
||||
|
||||
xun.small-nvim = {
|
||||
enable = true;
|
||||
colorscheme = {
|
||||
name = "dayfox";
|
||||
package = "EdenEast/nightfox.nvim";
|
||||
xun = {
|
||||
small-nvim = {
|
||||
enable = true;
|
||||
colorscheme = {
|
||||
name = "dayfox";
|
||||
package = "EdenEast/nightfox.nvim";
|
||||
};
|
||||
wakatime.enable = false;
|
||||
};
|
||||
wakatime.enable = false;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -58,12 +58,14 @@
|
|||
../../services/system/polkit-agent.nix
|
||||
../../services/system/udiskie.nix # although i dont need this for usb memory, it is quite convenient for flashing qmk
|
||||
];
|
||||
xun.small-nvim = {
|
||||
enable = true;
|
||||
colorscheme = {
|
||||
name = "carbonfox";
|
||||
package = "EdenEast/nightfox.nvim";
|
||||
xun = {
|
||||
small-nvim = {
|
||||
enable = true;
|
||||
colorscheme = {
|
||||
name = "carbonfox";
|
||||
package = "EdenEast/nightfox.nvim";
|
||||
};
|
||||
wakatime.enable = true;
|
||||
};
|
||||
wakatime.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue