This commit is contained in:
iFargle 2023-08-21 23:13:42 +09:00
parent 4e6939ae67
commit aff8ad311d
2 changed files with 1 additions and 10 deletions

View file

@ -15,6 +15,5 @@
# Software configurations
../software/firefox.nix
../software/weechat.nix
#../software/thunderbird.nix
];
}

View file

@ -16,15 +16,7 @@ let
in {
# Gnome GTK Settings
gtk.theme = "${night-gtk-theme}";
programs.gnome-terminal = {
enable = true;
themeVariant = "system";
profile.Default = {
boldIsBright = true;
cursorShape = "block";
font = "Jetbrains Regular Mono";
};
};
# Gnome DCONF Settings
dconf.settings = {