summary refs log tree commit diff stats
path: root/users
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 /users
parentnixvim: add vim-css-color plugin (diff)
downloadnix-config-6aad42077729750f0bc538c6d7bf3e483f2eb0ac.zip
treewide: remove hyprland input
Diffstat (limited to 'users')
-rw-r--r--users/sils/hyprland/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/users/sils/hyprland/default.nix b/users/sils/hyprland/default.nix
index 4a359e2..03a5ce7 100644
--- a/users/sils/hyprland/default.nix
+++ b/users/sils/hyprland/default.nix
@@ -1,13 +1,10 @@
 {
   pkgs,
-  hyprland,
   system,
   ...
 }: {
   wayland.windowManager.hyprland = {
     enable = true;
-    #Unstable package, used if features aren't available fast enough.
-    #package = hyprland.packages.${system}.hyprland;
     settings = {
       # See https://wiki.hyprland.org/Configuring/Monitors/
       monitor = ",preferred,auto,auto";