remove unneded options, add users.nix

This commit is contained in:
Charlie Root 2024-10-27 10:47:44 +01:00
commit 1bb25bda0e
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
4 changed files with 34 additions and 30 deletions

View file

@ -1 +1,9 @@
_: {imports = [./home-manager.nix ./system.nix ./xdg.nix ./git.nix];}
_: {
imports = [
./home-manager.nix
./system.nix
./xdg.nix
./git.nix
/users.nix
];
}