diff --git a/users/modules/chromium/default.nix b/users/modules/chromium/default.nix index 1939cb2..ae19147 100644 --- a/users/modules/chromium/default.nix +++ b/users/modules/chromium/default.nix @@ -1,5 +1,8 @@ {config, ...}: { - home.persistence."${config.system.persistDir}${config.home.homeDirectory}".directories = [".config/chromium"]; + home.persistence."${config.system.persistDir}${config.home.homeDirectory}".directories = [ + ".config/chromium" + ".local/share/applications" + ]; programs.chromium = { enable = true; commandLineArgs = [ diff --git a/users/modules/spotify/default.nix b/users/modules/spotify/default.nix new file mode 100644 index 0000000..3551bca --- /dev/null +++ b/users/modules/spotify/default.nix @@ -0,0 +1,16 @@ +{ + config, + pkgs, + ... +}: { + services.spotifyd = { + enable = true; + settings = { + device_name = "nix"; + }; + }; + home.packages = [pkgs.spotify-tui]; + home.persistence."${config.system.persistDir}${config.home.homeDirectory}".directories = [ + ".config/spotify-tui" + ]; +} diff --git a/users/modules/wayland/default.nix b/users/modules/wayland/default.nix index 4e68b04..941735a 100644 --- a/users/modules/wayland/default.nix +++ b/users/modules/wayland/default.nix @@ -7,6 +7,7 @@ NIXOS_OZONE_WL = "1"; MOZ_ENABLE_WAYLAND = "1"; XDG_SESSION_TYPE = "wayland"; + GDK_SCALE = "2"; }; xdg.configFile = { @@ -14,6 +15,7 @@ NIXOS_OZONE_WL=1 MOZ_ENABLE_WAYLAND=1 XDG_SESSION_TYPE=wayland + GDK_SCALE=2 ''; }; } diff --git a/users/patriot/default.nix b/users/patriot/default.nix index 8b53441..7f3c83d 100644 --- a/users/patriot/default.nix +++ b/users/patriot/default.nix @@ -166,7 +166,7 @@ in { }; settings.iconTheme = { - name = "Yaru"; + name = "Yaru-dark"; package = pkgs.yaru-theme; }; @@ -190,7 +190,7 @@ in { iconTheme = config.settings.iconTheme; theme = { - name = "Yaru-Dark"; + name = "Yaru-dark"; package = pkgs.yaru-theme; }; }; @@ -230,6 +230,7 @@ in { libreoffice-fresh helvum nix-output-monitor + spotify ]; }; programs = {