summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/hyprland.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/hyprland.nix b/modules/hyprland.nix
deleted file mode 100644
index 0540606..0000000
--- a/modules/hyprland.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ config, lib, ...}:
-{
- programs.hyprland.enable = true;
- # Optional, hint electron apps to use wayland:
- environment.sessionVariables.NIXOS_OZONE_WL = "1";
-} \ No newline at end of file