summary refs log tree commit diff stats
path: root/sys
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-03-28 20:00:15 +0100
committerSilas Schöffel <sils@sils.li>2024-03-28 20:00:15 +0100
commit6aad42077729750f0bc538c6d7bf3e483f2eb0ac (patch)
tree6f877caf50963dcc4f7bd8a6d3f75ef2f9a064b4 /sys
parentnixvim: add vim-css-color plugin (diff)
downloadnix-config-6aad42077729750f0bc538c6d7bf3e483f2eb0ac.tar.gz
nix-config-6aad42077729750f0bc538c6d7bf3e483f2eb0ac.zip
treewide: remove hyprland input
Diffstat (limited to 'sys')
-rw-r--r--sys/desktop/hyprland/default.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/desktop/hyprland/default.nix b/sys/desktop/hyprland/default.nix
index 35a4565..08fd0c0 100644
--- a/sys/desktop/hyprland/default.nix
+++ b/sys/desktop/hyprland/default.nix
@@ -1,12 +1,6 @@
-{
-  hyprland,
-  system,
-  ...
-}: {
+{system, ...}: {
   programs.hyprland = {
     enable = true;
-    #Unstable package, used if features aren't available fast enough.
-    #package = hyprland.packages.${system}.hyprland;
     xwayland.enable = true;
   };
 }