diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 13:00:36 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 13:00:36 +0100 |
| commit | f8f8bad62fbdfdf1e50bacc8abf86475572c8556 (patch) | |
| tree | 02aea48b0da06091bfe824a670d752e3fbd33ea8 /modules/home | |
| parent | 1d052d0b25f9c92088495d0d2339e03542069219 (diff) | |
removed extra semicolon in dmenu.nix
Diffstat (limited to 'modules/home')
| -rw-r--r-- | modules/home/i3wm/nord-blue/dmenu.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/i3wm/nord-blue/dmenu.nix b/modules/home/i3wm/nord-blue/dmenu.nix index 8464738..c07952f 100644 --- a/modules/home/i3wm/nord-blue/dmenu.nix +++ b/modules/home/i3wm/nord-blue/dmenu.nix @@ -7,4 +7,4 @@ pkgs.writeShellScriptBin "dmenu" '' -fn 'JetBrains Mono-12' \ -nb '${colors.background}' -nf '${colors.foreground}' \ -sb '${colors.accent}' -sf '${colors.text}' -''; +'' |
