moved neovim to flake, small filesystem config changes

This commit is contained in:
ISnortPennies 2023-01-27 20:43:32 -05:00
parent aea8d79274
commit 6143e3ff50
9 changed files with 16 additions and 227 deletions

View file

@ -11,10 +11,7 @@
lib.lists.forEach modules (
m:
./. + ("/" + m + ".nix")
)
++ [
./neovim
];
);
home = {
username = "root";
homeDirectory = "/root";