This commit is contained in:
iFargle 2023-09-29 17:01:47 +09:00
parent 38f37aba0f
commit 8e5b6d8c66
2 changed files with 7 additions and 7 deletions

View file

@ -2,9 +2,9 @@
{ lib, hostname, username, ... }: with lib.hm.gvariant;
let
# General Theming
font = "Monospace Bold";
font-mono = "JetBrainsMono Nerd Font 10";
font-doc = "JetBrainsMonoNL Nerd Font 11";
font = "FontAwesome Bold 11";
font-mono = "FontAwesome Regular 11";
font-doc = "JetBrainsMono Nerd Font Propo Medium 11";
# Day Variant
day-wallpaper = "file:///etc/nixos/git/wallpapers/default/wallpaper1.png";

View file

@ -2,9 +2,9 @@
{ 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";
font = "FontAwesome Bold 11";
font-mono = "FontAwesome Regular 11";
font-doc = "JetBrainsMono Nerd Font Propo Medium 11";
# Day Variant
day-wallpaper = "file:///etc/nixos/git/wallpapers/gruvbox/wallpaper3.jpg";
@ -45,7 +45,7 @@ in {
day = "${day-shell-theme}";
night = "${night-shell-theme}";
};
"org/gnome/desktop/interface" = {
clock-show-date = true;
clock-show-weekday = false;