summary refs log tree commit diff stats
path: root/sys/desktop/hyprland/default.nix
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-06-02 14:22:44 +0200
committerSilas Schöffel <sils@sils.li>2024-06-02 14:22:44 +0200
commit799aa739453f14161eef23302ac9357c24fcdada (patch)
tree826c854113e855fd90d25a8e47ec34ff0664e7e7 /sys/desktop/hyprland/default.nix
parentbluetooth: init module (diff)
downloadnix-config-799aa739453f14161eef23302ac9357c24fcdada.tar.gz
nix-config-799aa739453f14161eef23302ac9357c24fcdada.zip
hyprland: init module
Diffstat (limited to '')
-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;
-  };
-}