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