feat: set gtk3 to use dark mode by default
This commit is contained in:
parent
5811f32beb
commit
ce8b7972b5
1 changed files with 5 additions and 0 deletions
5
home.nix
5
home.nix
|
|
@ -383,6 +383,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gtk = {
|
||||||
|
enable = true;
|
||||||
|
gtk3.extraConfig.gtk-application-prefer-dark-theme = 1;
|
||||||
|
};
|
||||||
|
|
||||||
# Enable rootless Podman with Home Manager
|
# Enable rootless Podman with Home Manager
|
||||||
services.podman = {
|
services.podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue