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
|
||||
{ lib, hostname, username, ... }: with lib.hm.gvariant;
|
||||
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-wallpaper = "file:///etc/nixos/git/wallpapers/default/wallpaper1.png";
|
||||
day-gtk-theme = "Fluent-Light-compact";
|
||||
|
@ -44,14 +49,14 @@ in {
|
|||
"org/gnome/desktop/interface" = {
|
||||
clock-show-date = true;
|
||||
clock-show-weekday = false;
|
||||
color-scheme = "prefer-dark";
|
||||
document-font-name = "JetBrainsMonoNL Nerd Font 11";
|
||||
color-scheme = "prefer-light";
|
||||
font-antialiasing = "rgba";
|
||||
font-hinting = "slight";
|
||||
font-name = "JetBrainsMonoNL Nerd Font Propo Thin 11";
|
||||
gtk-theme = "Gruvbox-Dark-BL";
|
||||
gtk-theme = "${day-gtk-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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue