Changes home-manager state version to 23.05

This commit is contained in:
willemml 2023-11-08 15:35:23 -08:00
parent 53db4d9f08
commit 4bd4ff23eb
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD
3 changed files with 9 additions and 10 deletions

View file

@ -11,7 +11,6 @@
];
home.username = "willem";
home.stateVersion = "23.11";
};
homeManagerModules.user-willem-darwin = {

View file

@ -54,6 +54,8 @@
self.nixosModules.willem-hyprland
../../nixos/hosts/winbox.nix
];
home-manager.users.willem.home.stateVersion = "23.05";
specialArgs = {inherit inputs;};
};

View file

@ -24,13 +24,11 @@ in rec {
};
};
home.file = {
".config/nixpkgs/config.nix".text = ''
# -*-nix-*-
{
nixpkgs.config.allowUnfreePredicate = (_: true);
allowUnfree = true;
}
'';
};
home.file.".config/nixpkgs/config.nix".text = ''
# -*-nix-*-
{
nixpkgs.config.allowUnfreePredicate = (_: true);
allowUnfree = true;
}
'';
}