test
This commit is contained in:
parent
4e6939ae67
commit
aff8ad311d
2 changed files with 1 additions and 10 deletions
|
@ -15,6 +15,5 @@
|
|||
# Software configurations
|
||||
../software/firefox.nix
|
||||
../software/weechat.nix
|
||||
#../software/thunderbird.nix
|
||||
];
|
||||
}
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue