diff options
Diffstat (limited to 'home/apps')
| -rw-r--r-- | home/apps/astal.nix | 1 | ||||
| -rw-r--r-- | home/apps/default.nix | 4 | ||||
| -rw-r--r-- | home/apps/hyprlock.nix | 2 |
3 files changed, 2 insertions, 5 deletions
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 { |