about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-01-15 20:30:21 +0900
committersefidel <contact@sefidel.net>2024-01-15 20:30:21 +0900
commite968a40ab2bf9c76b0b077c3f3965efe6949ee44 (patch)
tree3ddcf574a9817a734fd656038c31d97eff39a627 /home
parent389d441c9302173da8af807aa498d62d6c4e167f (diff)
downloadnixrc-e968a40ab2bf9c76b0b077c3f3965efe6949ee44.tar.gz
nixrc-e968a40ab2bf9c76b0b077c3f3965efe6949ee44.zip
feat(home/gui): waybar: persistent_workspaces -> persistent-workspaces
* The option was renamed to use dashes instead of underscores.
Diffstat (limited to 'home')
-rw-r--r--home/profiles/gui/config/waybar/settings.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/gui/config/waybar/settings.nix b/home/profiles/gui/config/waybar/settings.nix
index b8d2417..8cb2b5e 100644
--- a/home/profiles/gui/config/waybar/settings.nix
+++ b/home/profiles/gui/config/waybar/settings.nix
@@ -19,7 +19,7 @@ in
     all-outputs = true;
     disable-scroll = false;
     format = "{name}";
-    persistent_workspaces = {
+    persistent-workspaces = {
       "1:I" = [ ];
       "2:II" = [ ];
       "3:III" = [ ];