tiny clean-up
This commit is contained in:
parent
b32b74c41a
commit
0e39c76c8d
2 changed files with 16 additions and 12 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue