remove nvim.nix file

This commit is contained in:
xunuwu 2024-08-27 08:43:32 +00:00
parent 28f0ce0ab4
commit 99e4cac21d
No known key found for this signature in database

View file

@ -1,14 +0,0 @@
{inputs, ...}: {
imports = [
inputs.small-nvim.homeManagerModules.small-nvim
];
xun.small-nvim = {
enable = true;
colorscheme = {
name = "dayfox";
package = "EdenEast/nightfox.nvim";
};
wakatime.enable = false;
};
}