aboutsummaryrefslogtreecommitdiff
path: root/modules/sway/default.nix
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-03-06 16:44:47 -0500
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-03-06 16:44:47 -0500
commit5b72fc95b02b2d650239d1b678f09ce3ef296eb7 (patch)
treeb976bf88641610169d50901b8c8e6a9a131b2d78 /modules/sway/default.nix
parentf1480abf77a14d1427722c99604f34d37b5c45b6 (diff)
downloadhome-5b72fc95b02b2d650239d1b678f09ce3ef296eb7.tar.gz
fix issue with password-store
Diffstat (limited to 'modules/sway/default.nix')
-rw-r--r--modules/sway/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sway/default.nix b/modules/sway/default.nix
index d6b0eec..d79dbdf 100644
--- a/modules/sway/default.nix
+++ b/modules/sway/default.nix
@@ -48,7 +48,7 @@ in
};
terminal = "${cfg.terminal}";
- menu = "wmenu-run -n 4c4c4c -N 0d0d0d -s 8aac8b -S 0d0d0d -l 10";
+ menu = ''wmenu-run -n 4c4c4c -N 0d0d0d -s 8aac8b -S 0d0d0d -l 10 -f "ComicShannsMono Nerd Font Mono 10"'';
defaultWorkspace = "workspace number 1";