mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 03:37:18 +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.username = "willem";
|
||||||
home.stateVersion = "23.11";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
homeManagerModules.user-willem-darwin = {
|
homeManagerModules.user-willem-darwin = {
|
||||||
|
|
|
@ -54,6 +54,8 @@
|
||||||
self.nixosModules.willem-hyprland
|
self.nixosModules.willem-hyprland
|
||||||
../../nixos/hosts/winbox.nix
|
../../nixos/hosts/winbox.nix
|
||||||
];
|
];
|
||||||
|
home-manager.users.willem.home.stateVersion = "23.05";
|
||||||
|
|
||||||
specialArgs = {inherit inputs;};
|
specialArgs = {inherit inputs;};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -24,13 +24,11 @@ in rec {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file = {
|
home.file.".config/nixpkgs/config.nix".text = ''
|
||||||
".config/nixpkgs/config.nix".text = ''
|
# -*-nix-*-
|
||||||
# -*-nix-*-
|
{
|
||||||
{
|
nixpkgs.config.allowUnfreePredicate = (_: true);
|
||||||
nixpkgs.config.allowUnfreePredicate = (_: true);
|
allowUnfree = true;
|
||||||
allowUnfree = true;
|
}
|
||||||
}
|
'';
|
||||||
'';
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue