mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-04 03:01:05 +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 = {
|
config = {
|
||||||
|
home-manager.useGlobalPkgs = true;
|
||||||
home-manager.users =
|
home-manager.users =
|
||||||
lib.mapAttrs
|
lib.mapAttrs
|
||||||
(name: value:
|
(name: value:
|
||||||
|
@ -16,7 +17,7 @@ with lib;
|
||||||
imports = with builtins; (map (x: ../../home-manager-modules + "/${x}/default.nix") (attrNames (readDir ../../home-manager-modules)));
|
imports = with builtins; (map (x: ../../home-manager-modules + "/${x}/default.nix") (attrNames (readDir ../../home-manager-modules)));
|
||||||
home.username = "${name}";
|
home.username = "${name}";
|
||||||
home.homeDirectory = "/home/${name}";
|
home.homeDirectory = "/home/${name}";
|
||||||
home.stateVersion = "21.11";
|
home.stateVersion = "21.05";
|
||||||
} // value)
|
} // value)
|
||||||
cfg;
|
cfg;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue