Fixed gtk themes for nixos
This commit is contained in:
parent
c82e83bf59
commit
2dec4a142f
@ -13,11 +13,21 @@
|
||||
|
||||
home.packages = with pkgs; [
|
||||
feh
|
||||
dconf
|
||||
microsoft-edge
|
||||
nextcloud-client
|
||||
bitwarden
|
||||
];
|
||||
|
||||
dconf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user