From c6fe8213800c3c44fa0dd8f07c6a22fb636a793e Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Mon, 6 Nov 2023 10:22:09 +0100 Subject: [PATCH] remove hyprland --- modules/hmgr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hmgr/default.nix b/modules/hmgr/default.nix index ceccea6..1935663 100644 --- a/modules/hmgr/default.nix +++ b/modules/hmgr/default.nix @@ -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))) ++ [ inputs.hyprland.homeManagerModules.default ]; + 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.05";