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 /users | |
parent | nixvim: add vim-css-color plugin (diff) | |
download | nix-config-6aad42077729750f0bc538c6d7bf3e483f2eb0ac.zip |
treewide: remove hyprland input
Diffstat (limited to 'users')
-rw-r--r-- | users/sils/hyprland/default.nix | 3 |
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"; |