updated flake
this for some reason required me to set nix.package = pkgs.nix in home.nix i have no idea why, but it was complaining if i didnt. so maybe they removed this default?
This commit is contained in:
parent
4ef92ad04b
commit
02ee99e5ef
2 changed files with 62 additions and 60 deletions
|
|
@ -28,6 +28,8 @@
|
|||
|
||||
home.stateVersion = "24.05";
|
||||
|
||||
nix.package = pkgs.nix;
|
||||
|
||||
services.gnome-keyring.enable = true; # used for nextcloud-client
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue