mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
moved neovim to flake, small filesystem config changes
This commit is contained in:
parent
aea8d79274
commit
6143e3ff50
9 changed files with 16 additions and 227 deletions
|
|
@ -16,10 +16,7 @@
|
|||
lib.lists.forEach modules (
|
||||
m:
|
||||
./. + ("/" + m + ".nix")
|
||||
)
|
||||
++ [
|
||||
./neovim
|
||||
];
|
||||
);
|
||||
xsession.numlock.enable = true;
|
||||
home = {
|
||||
homeDirectory = "/home/${settings.username}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue