feat: enable dconf for lollypop settings

This commit is contained in:
Nydragon 2024-07-29 16:23:18 +02:00
parent dd0ecb7a86
commit 94573d837b
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g
2 changed files with 19 additions and 0 deletions

View file

@ -1,4 +1,5 @@
# This file contains default settings used across different systems
{ lib, ... }:
{
imports = [
./ssh
@ -7,4 +8,21 @@
./vscode
./foot.nix
];
dconf.settings = {
"org/gnome/Lollypop" = {
network-access = true;
artist-artwork = true;
dark-ui = true;
import-advanced-artist-tags = true;
force-single-column = false;
show-compilations-in-album-view = true;
show-compilations = false;
hd-artwork = true;
shown-playlists = [
(-3)
(-7)
];
};
};
}

View file

@ -47,6 +47,7 @@
};
programs = {
dconf.enable = true;
steam.enable = true;
fish.enable = true;
firefox.enable = true;