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