mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
Changes home-manager state version to 23.05
This commit is contained in:
parent
53db4d9f08
commit
4bd4ff23eb
3 changed files with 9 additions and 10 deletions
|
@ -11,7 +11,6 @@
|
|||
];
|
||||
|
||||
home.username = "willem";
|
||||
home.stateVersion = "23.11";
|
||||
};
|
||||
|
||||
homeManagerModules.user-willem-darwin = {
|
||||
|
|
|
@ -54,6 +54,8 @@
|
|||
self.nixosModules.willem-hyprland
|
||||
../../nixos/hosts/winbox.nix
|
||||
];
|
||||
home-manager.users.willem.home.stateVersion = "23.05";
|
||||
|
||||
specialArgs = {inherit inputs;};
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue