1
0
Fork 0

chore(nix): move nix configuration to dotfiles root

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-10-28 00:48:10 -04:00
parent b6b6db4f64
commit 7bbcf6a7e3
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 2 additions and 2 deletions

View file

View file

@ -20,8 +20,8 @@
specialArgs = { inputs = inputs; };
modules = [
home-manager.nixosModule
./hosts/common/sys.nix
./hosts/framework/sys.nix
./nix/hosts/common/sys.nix
./nix/hosts/framework/sys.nix
];
};
};