feat: import hyprland modules

This commit is contained in:
Luj 2023-04-01 13:23:44 +02:00
parent 93fc89316e
commit b9b5123fb0
5 changed files with 118 additions and 9 deletions

View file

@ -14,7 +14,7 @@ with lib;
lib.mapAttrs
(name: value:
{
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))) ++ [ inputs.hyprland.homeManagerModules.default ];
home.username = "${name}";
home.homeDirectory = "/home/${name}";
home.stateVersion = "21.05";