diff --git a/users/tao/home.nix b/users/tao/home.nix index 8508be2..9399483 100644 --- a/users/tao/home.nix +++ b/users/tao/home.nix @@ -1,7 +1,7 @@ { pkgs, inputs, ... }: { imports = [ (import ./helix.nix { inherit pkgs inputs; }) - ./hyprland.nix + # ./hyprland.nix ]; diff --git a/users/tao/hyprland.nix b/users/tao/hyprland.nix deleted file mode 100644 index a6188e7..0000000 --- a/users/tao/hyprland.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ - wayland.windowManager.hyprland.enable = true; - wayland.windowManager.hyprland.settings = { - "$mod" = "SUPER"; - }; -}