diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-06 16:44:47 -0500 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-06 16:44:47 -0500 |
| commit | 5b72fc95b02b2d650239d1b678f09ce3ef296eb7 (patch) | |
| tree | b976bf88641610169d50901b8c8e6a9a131b2d78 /modules/sway | |
| parent | f1480abf77a14d1427722c99604f34d37b5c45b6 (diff) | |
| download | home-5b72fc95b02b2d650239d1b678f09ce3ef296eb7.tar.gz | |
fix issue with password-store
Diffstat (limited to 'modules/sway')
| -rw-r--r-- | modules/sway/default.nix | 2 |
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"; |