From 80638712cf2882b2d3baa3f3d17ba5ff2e13a3c9 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 31 Dec 2025 01:17:49 -0500 Subject: doing some linting --- home/desktops/hyprland/env.nix | 2 +- home/desktops/sway/config.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'home/desktops') diff --git a/home/desktops/hyprland/env.nix b/home/desktops/hyprland/env.nix index 6773c55..8699587 100644 --- a/home/desktops/hyprland/env.nix +++ b/home/desktops/hyprland/env.nix @@ -1,4 +1,4 @@ -{...}: { +_: { wayland.windowManager.hyprland.settings = { env = [ "XDG_CURRENT_DESKTOP,Hyprland" diff --git a/home/desktops/sway/config.nix b/home/desktops/sway/config.nix index 11a12af..19077af 100644 --- a/home/desktops/sway/config.nix +++ b/home/desktops/sway/config.nix @@ -70,17 +70,17 @@ focused = { border = primary; background = base; - text = text; indicator = white; childBorder = primary; + inherit text; }; focusedInactive = { border = surface; background = base; - text = text; indicator = surface; childBorder = surface; + inherit text; }; unfocused = focusedInactive; @@ -88,9 +88,9 @@ urgent = { border = error; background = error; - text = text; indicator = error; childBorder = error; + inherit text; }; placeholder = unfocused; -- cgit v1.2.3-freya