init
This commit is contained in:
16
home/gtk.nix
Normal file
16
home/gtk.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
# Настройка гтк на темную тему.
|
||||
{ pkgs, ... }: {
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
name = "Adwaita-dark";
|
||||
package = pkgs.gnome-themes-extra;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user