This commit is contained in:
m3tam3re
2024-08-28 16:16:23 +02:00
parent 8a69e8af95
commit 6a18670749
7 changed files with 54 additions and 17 deletions

View File

@@ -5,6 +5,14 @@
outputs,
...
}: {
imports = [
./users
inputs.home-manager.nixosModules.home-manager
];
home-manager = {
useUserPackages = true;
extraSpecialArgs = {inherit inputs outputs;};
};
nixpkgs = {
# You can add overlays here
overlays = [