diff options
author | Silas Schöffel <sils@sils.li> | 2024-03-28 20:00:15 +0100 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-03-28 20:00:15 +0100 |
commit | 6aad42077729750f0bc538c6d7bf3e483f2eb0ac (patch) | |
tree | 6f877caf50963dcc4f7bd8a6d3f75ef2f9a064b4 /sys | |
parent | nixvim: add vim-css-color plugin (diff) | |
download | nix-config-6aad42077729750f0bc538c6d7bf3e483f2eb0ac.tar.gz nix-config-6aad42077729750f0bc538c6d7bf3e483f2eb0ac.zip |
treewide: remove hyprland input
Diffstat (limited to 'sys')
-rw-r--r-- | sys/desktop/hyprland/default.nix | 8 |
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; }; } |