diff --git a/modules/home-manager/mpd.nix b/modules/home-manager/mpd.nix
index f5067ee..ee6b71e 100644
--- a/modules/home-manager/mpd.nix
+++ b/modules/home-manager/mpd.nix
@@ -8,8 +8,8 @@
musicDirectory = "/home/max/Music/";
network.startWhenNeeded = true;
extraConfig = ''
- restore_paused = "yes"
- auto_update = "yes"
+ restore_paused yes
+ auto_update yes
'';
};
services.mpd-mpris.enable = true;
diff --git a/modules/home-manager/sway.nix b/modules/home-manager/sway.nix
index 03d7b5a..7e6518c 100644
--- a/modules/home-manager/sway.nix
+++ b/modules/home-manager/sway.nix
@@ -98,7 +98,7 @@
"sway/workspaces" = {
disable-scroll = true;
all-outputs = false;
- format = "{icon} {name}";
+ format = "{icon} {name}";
format-icons = {
"main" = "";
"term" = "";