From 8a7c1a7f336b3d0abccef82fcb67ca322cd5343a Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Sat, 10 Feb 2024 19:34:34 -0800 Subject: [PATCH] nvm hyperland --- users/tao/home.nix | 2 +- users/tao/hyprland.nix | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 users/tao/hyprland.nix 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"; - }; -}