mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-30 08:40:52 +02:00
Rolledback to home version 22.05 to fix nvim, have to find a long term solution
This commit is contained in:
parent
f6862a1944
commit
e2642957ab
1 changed files with 3 additions and 2 deletions
|
@ -9,6 +9,7 @@ with lib;
|
|||
};
|
||||
|
||||
config = {
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.users =
|
||||
lib.mapAttrs
|
||||
(name: value:
|
||||
|
@ -16,7 +17,7 @@ with lib;
|
|||
imports = with builtins; (map (x: ../../home-manager-modules + "/${x}/default.nix") (attrNames (readDir ../../home-manager-modules)));
|
||||
home.username = "${name}";
|
||||
home.homeDirectory = "/home/${name}";
|
||||
home.stateVersion = "21.11";
|
||||
home.stateVersion = "21.05";
|
||||
} // value)
|
||||
cfg;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue