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) --- home/apps/astal.nix | 1 - home/apps/default.nix | 4 +--- home/apps/hyprlock.nix | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) (limited to 'home/apps') diff --git a/home/apps/astal.nix b/home/apps/astal.nix index f9bf7b4..1dd8527 100644 --- a/home/apps/astal.nix +++ b/home/apps/astal.nix @@ -1,7 +1,6 @@ { lib, config, - pkgs, inputs, system, ... diff --git a/home/apps/default.nix b/home/apps/default.nix index d755a12..074e588 100644 --- a/home/apps/default.nix +++ b/home/apps/default.nix @@ -1,6 +1,4 @@ -{lib, ...}: let - inherit (lib) mkEnableOption; -in { +{...}: { imports = [ ./waybar ./wofi diff --git a/home/apps/hyprlock.nix b/home/apps/hyprlock.nix index 6a0119f..a0e5d84 100644 --- a/home/apps/hyprlock.nix +++ b/home/apps/hyprlock.nix @@ -8,7 +8,7 @@ error = "rgb(${config.theme.colors.error})"; trans = "rgba(0,0,0,0)"; - inherit (lib) mkIf optionals; + inherit (lib) mkIf; cfg = config.apps.hyprlock; in { config = mkIf cfg.enable { -- cgit v1.2.3-freya