Tried changing the nix-on-droid config
This commit is contained in:
27
flake.nix
27
flake.nix
@@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user