From a698c6d1cb7e163b474faab5158979c780db5749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Sat, 9 Mar 2024 22:20:06 +0100 Subject: [PATCH] 134 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 * --- modules/home-manager/mpd.nix | 4 ++-- modules/home-manager/sway.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" = "";