Tried just cloning the home manager config to nix-on-droid

This commit is contained in:
2024-09-13 22:16:23 -03:00
parent fcd21069c2
commit d5e5ce86b0

View File

@@ -217,8 +217,24 @@
pkgs = import nixpkgs {system = "aarch64-linux";};
modules = [
./modules/nix-on-droid.nix
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.extraSpecialArgs = {
inherit inputs;
inherit system;
};
home-manager.config = {
imports = [
nur.hmModules.nur
./home
./home/shell
./home/applications
./home/desktops/kde
];
};
}
];
};
};