summaryrefslogtreecommitdiff
path: root/home/desktops
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-12-31 01:17:49 -0500
committerFreya Murphy <freya@freyacat.org>2025-12-31 01:22:56 -0500
commit80638712cf2882b2d3baa3f3d17ba5ff2e13a3c9 (patch)
tree9df75bbfc0522c5868da40cbc966ff10b4d3d62a /home/desktops
parentremove unused variabled (and add nixd lsp) (diff)
downloaddotfiles-nix-80638712cf2882b2d3baa3f3d17ba5ff2e13a3c9.tar.gz
dotfiles-nix-80638712cf2882b2d3baa3f3d17ba5ff2e13a3c9.tar.bz2
dotfiles-nix-80638712cf2882b2d3baa3f3d17ba5ff2e13a3c9.zip
doing some linting
Diffstat (limited to 'home/desktops')
-rw-r--r--home/desktops/hyprland/env.nix2
-rw-r--r--home/desktops/sway/config.nix6
2 files changed, 4 insertions, 4 deletions
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;