From 7badef86af2c5e2157f9b5a74565913ed7313098 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 31 Dec 2025 01:01:54 -0500 Subject: remove unused variabled (and add nixd lsp) --- system/desktops/hyprland.nix | 3 +-- system/desktops/ly.nix | 3 --- system/desktops/sway.nix | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) (limited to 'system/desktops') 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 { diff --git a/system/desktops/ly.nix b/system/desktops/ly.nix index 49469b2..298fc4c 100644 --- a/system/desktops/ly.nix +++ b/system/desktops/ly.nix @@ -1,9 +1,6 @@ { lib, config, - pkgs, - inputs, - system, ... }: let inherit (lib) mkIf; diff --git a/system/desktops/sway.nix b/system/desktops/sway.nix index d0838a4..501ee41 100644 --- a/system/desktops/sway.nix +++ b/system/desktops/sway.nix @@ -4,7 +4,7 @@ pkgs, ... }: let - inherit (lib) mkIf mkDefault; + inherit (lib) mkIf; cfg = config.desktops.sway; in { config = mkIf cfg.enable { -- cgit v1.2.3-freya