From 554cbabdb27b01f0529422a04e791fbfb2fd08bb Mon Sep 17 00:00:00 2001 From: oddlama Date: Wed, 7 Aug 2024 00:24:37 +0200 Subject: [PATCH] feat: add spotify --- users/myuser/graphical/default.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/users/myuser/graphical/default.nix b/users/myuser/graphical/default.nix index 6ae9ce2..edba245 100644 --- a/users/myuser/graphical/default.nix +++ b/users/myuser/graphical/default.nix @@ -49,6 +49,7 @@ pkgs.gpu-screen-recorder pkgs.gpu-screen-recorder-gtk pkgs.orca-slicer + pkgs.spotify ]; # TODO wrap thunderbird bin and set LC_ALL=de_DE.UTF-8 because thunderbird uses wrong date and time formatting with C.UTF-8 @@ -70,6 +71,7 @@ "Downloads" # config.xdg.userDirs.download (infinite recursion) ".local/share/invokeai" ".local/share/orca-slicer" + ".cache/spotify" ]; persistence."/persist".directories = [ @@ -77,11 +79,12 @@ "Pictures" # config.xdg.userDirs.pictures (infinite recursion) "Videos" # This is where I store clips from gpu-screen-recorder-gtk ".config/AusweisApp" - ".config/obsidian" - ".config/gpu-screen-recorder" + ".config/OrcaSlicer" ".config/gh" ".config/gh-dash" - ".config/OrcaSlicer" + ".config/gpu-screen-recorder" + ".config/obsidian" + ".config/spotify" ]; };