This commit is contained in:
Till 2023-05-13 11:31:13 +02:00
parent 63594c8a0e
commit c653be7cf2
2 changed files with 31 additions and 32 deletions

View file

@ -28,7 +28,7 @@
pkgs = nixpkgs.legacyPackages.x86_64-linux;
extraSpecialArgs = { inherit inputs; };
modules = [
./home-manager.nix
./home
];
};
};