summary refs log tree commit diff stats
path: root/sys
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
parentbluetooth: init module (diff)
downloadnix-config-799aa739453f14161eef23302ac9357c24fcdada.tar.gz
nix-config-799aa739453f14161eef23302ac9357c24fcdada.zip
hyprland: init module
Diffstat (limited to 'sys')
-rw-r--r--sys/default.nix1
-rw-r--r--sys/desktop/hyprland/default.nix6
2 files changed, 0 insertions, 7 deletions
diff --git a/sys/default.nix b/sys/default.nix
index c5711cd..e92f83e 100644
--- a/sys/default.nix
+++ b/sys/default.nix
@@ -1,6 +1,5 @@
 {...}: {
   imports = [
-    ./desktop/hyprland
     ./desktop/sway
     ./environment
     ./font
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;
-  };
-}