aboutsummaryrefslogtreecommitdiffstats
path: root/sys/desktop/hyprland
diff options
context:
space:
mode:
Diffstat (limited to 'sys/desktop/hyprland')
-rw-r--r--sys/desktop/hyprland/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/desktop/hyprland/default.nix b/sys/desktop/hyprland/default.nix
deleted file mode 100644
index 08fd0c0..0000000
--- a/sys/desktop/hyprland/default.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{system, ...}: {
- programs.hyprland = {
- enable = true;
- xwayland.enable = true;
- };
-}