Tried just cloning the home manager config to nix-on-droid
This commit is contained in:
20
flake.nix
20
flake.nix
@@ -217,8 +217,24 @@
|
||||
pkgs = import nixpkgs {system = "aarch64-linux";};
|
||||
modules = [
|
||||
./modules/nix-on-droid.nix
|
||||
./home
|
||||
./home/shell
|
||||
|
||||
{
|
||||
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
|
||||
];
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user