Tried changing the nix-on-droid config

This commit is contained in:
2024-09-14 15:30:11 -03:00
parent 15c9763402
commit cd031d61df

View File

@@ -219,23 +219,20 @@
./modules/nix-on-droid.nix ./modules/nix-on-droid.nix
{ {
home-manager.useGlobalPkgs = true; home-manager = {
home-manager.useUserPackages = true; backupFileExtension = "hm-bak";
home-manager.extraSpecialArgs = { useGlobalPkgs = true;
inherit inputs;
inherit system;
};
home-manager.config = {
# Read the changelog before changing this value
home.stateVersion = "23.05";
config = {...}: {
# Read the changelog before changing this value
home.stateVersion = "24.05";
# insert home-manager config
imports = [ imports = [
nur.hmModules.nur
./home/shell ./home/shell
./home/applications
./home/desktops/kde
]; ];
}; };
};
} }
]; ];
}; };