Test
This commit is contained in:
parent
d785189b97
commit
74055200ab
1 changed files with 10 additions and 5 deletions
|
@ -1,6 +1,11 @@
|
||||||
# Generated via dconf2nix: https://github.com/gvolpe/dconf2nix
|
# Generated via dconf2nix: https://github.com/gvolpe/dconf2nix
|
||||||
{ lib, hostname, username, ... }: with lib.hm.gvariant;
|
{ lib, hostname, username, ... }: with lib.hm.gvariant;
|
||||||
let
|
let
|
||||||
|
# General Theming
|
||||||
|
font = "JetBrainsMonoNL Nerd Font Propo Thin 11";
|
||||||
|
font-mono = "JetBrainsMono Nerd Font 10";
|
||||||
|
font-doc = "JetBrainsMonoNL Nerd Font 11";
|
||||||
|
|
||||||
# Day Variant
|
# Day Variant
|
||||||
day-wallpaper = "file:///etc/nixos/git/wallpapers/default/wallpaper1.png";
|
day-wallpaper = "file:///etc/nixos/git/wallpapers/default/wallpaper1.png";
|
||||||
day-gtk-theme = "Fluent-Light-compact";
|
day-gtk-theme = "Fluent-Light-compact";
|
||||||
|
@ -44,14 +49,14 @@ in {
|
||||||
"org/gnome/desktop/interface" = {
|
"org/gnome/desktop/interface" = {
|
||||||
clock-show-date = true;
|
clock-show-date = true;
|
||||||
clock-show-weekday = false;
|
clock-show-weekday = false;
|
||||||
color-scheme = "prefer-dark";
|
color-scheme = "prefer-light";
|
||||||
document-font-name = "JetBrainsMonoNL Nerd Font 11";
|
|
||||||
font-antialiasing = "rgba";
|
font-antialiasing = "rgba";
|
||||||
font-hinting = "slight";
|
font-hinting = "slight";
|
||||||
font-name = "JetBrainsMonoNL Nerd Font Propo Thin 11";
|
gtk-theme = "${day-gtk-theme}";
|
||||||
gtk-theme = "Gruvbox-Dark-BL";
|
|
||||||
icon-theme = "${night-icon-theme}";
|
icon-theme = "${night-icon-theme}";
|
||||||
monospace-font-name = "JetBrainsMono Nerd Font 10";
|
monospace-font-name = "${font-mono}";
|
||||||
|
font-name = "${font}";
|
||||||
|
document-font-name = "${font-doc}";
|
||||||
show-battery-percentage = false;
|
show-battery-percentage = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue