Whoops, finish cleanup
This commit is contained in:
parent
88b125c6da
commit
d056af08d1
1 changed files with 1 additions and 10 deletions
11
flake.nix
11
flake.nix
|
@ -53,16 +53,7 @@
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit inputs outputs;
|
inherit inputs outputs;
|
||||||
};
|
};
|
||||||
modules = [ ./nixos/kalle-laptop/configuration.nix ];
|
modules = [ ./hosts/kalle-laptop ];
|
||||||
};
|
|
||||||
};
|
|
||||||
homeConfigurations = {
|
|
||||||
"kalle@kalle-laptop" = home-manager.lib.homeManagerConfiguration {
|
|
||||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
|
||||||
extraSpecialArgs = {
|
|
||||||
inherit inputs outputs;
|
|
||||||
};
|
|
||||||
modules = [ ./home-manager/kalle-laptop/kalle.nix ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue