fix: rm home manager from flake
This commit is contained in:
parent
6a7be4324e
commit
57dbec7eeb
1 changed files with 1 additions and 15 deletions
16
flake.nix
16
flake.nix
|
@ -20,21 +20,7 @@
|
||||||
in
|
in
|
||||||
inputs.nixpkgs.lib.nixosSystem {
|
inputs.nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = args;
|
specialArgs = args;
|
||||||
modules = [
|
modules = [ ./systems ];
|
||||||
./systems
|
|
||||||
|
|
||||||
inputs.home-manager.nixosModules.home-manager
|
|
||||||
{
|
|
||||||
home-manager = {
|
|
||||||
useGlobalPkgs = true;
|
|
||||||
useUserPackages = true;
|
|
||||||
extraSpecialArgs = args;
|
|
||||||
users.rafiq.imports = [
|
|
||||||
./users/rafiq.nix
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue