fix: rm home manager from flake

This commit is contained in:
Mohammad Rafiq 2025-03-27 00:53:22 +08:00
parent 6a7be4324e
commit 57dbec7eeb
No known key found for this signature in database

View file

@ -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