diff options
Diffstat (limited to 'system/desktops/hyprland.nix')
| -rw-r--r-- | system/desktops/hyprland.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/desktops/hyprland.nix b/system/desktops/hyprland.nix index 42a45be..26fa283 100644 --- a/system/desktops/hyprland.nix +++ b/system/desktops/hyprland.nix @@ -1,12 +1,11 @@ { inputs, config, - pkgs, lib, system, ... }: let - inherit (lib) mkIf mkDefault; + inherit (lib) mkIf; cfg = config.desktops.hyprland; in { config = mkIf cfg.enable { |