test
This commit is contained in:
parent
650488b103
commit
77e323543f
2 changed files with 163 additions and 148 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./gnome-conf.nix
|
./gnome-conf.nix
|
||||||
./gnome-terminal-conf.nix
|
# ./gnome-terminal-conf.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
|
@ -14,6 +14,8 @@ let
|
||||||
night-icon-theme = "Nordzy-yellow-dark";
|
night-icon-theme = "Nordzy-yellow-dark";
|
||||||
|
|
||||||
in {
|
in {
|
||||||
|
# Gnome GTK Settings
|
||||||
|
gtk.theme = "${night-gtk-theme}";
|
||||||
|
|
||||||
# Gnome DCONF Settings
|
# Gnome DCONF Settings
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
|
@ -59,6 +61,19 @@ in {
|
||||||
show-weekdate = false;
|
show-weekdate = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"org/gnome/desktop/interface" = {
|
||||||
|
clock-show-date = true;
|
||||||
|
clock-show-weekday = false;
|
||||||
|
color-scheme = "prefer-dark";
|
||||||
|
document-font-name = "JetBrainsMonoNL Nerd Font 11";
|
||||||
|
font-antialiasing = "rgba";
|
||||||
|
font-hinting = "slight";
|
||||||
|
font-name = "JetBrainsMonoNL Nerd Font Propo Thin 11";
|
||||||
|
gtk-theme = "Gruvbox-Dark-BL";
|
||||||
|
icon-theme = "Nordzy-yellow-dark";
|
||||||
|
monospace-font-name = "JetBrainsMono Nerd Font 10";
|
||||||
|
show-battery-percentage = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
"org/gnome/desktop/notifications" = {
|
"org/gnome/desktop/notifications" = {
|
||||||
|
|
Loading…
Reference in a new issue