1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-02 19:53:07 +00:00
This commit is contained in:
Rae 5e 2024-12-19 22:10:05 -05:00
parent 96a94cedbd
commit 12bffc5102
3 changed files with 12 additions and 3 deletions

View file

@ -35,7 +35,7 @@
pkgs = nixpkgs.legacyPackages.x86_64-linux;
extraSpecialArgs = { inherit inputs; };
modules = [
./home.nix
./home
(import ./overlays)
];
};