feat: enable dconf for lollypop settings
This commit is contained in:
parent
dd0ecb7a86
commit
94573d837b
2 changed files with 19 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
# This file contains default settings used across different systems
|
# This file contains default settings used across different systems
|
||||||
|
{ lib, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./ssh
|
./ssh
|
||||||
|
@ -7,4 +8,21 @@
|
||||||
./vscode
|
./vscode
|
||||||
./foot.nix
|
./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)
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,6 +47,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
dconf.enable = true;
|
||||||
steam.enable = true;
|
steam.enable = true;
|
||||||
fish.enable = true;
|
fish.enable = true;
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue