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 configurations
|
||||||
../software/firefox.nix
|
../software/firefox.nix
|
||||||
../software/weechat.nix
|
../software/weechat.nix
|
||||||
#../software/thunderbird.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
|
@ -16,15 +16,7 @@ let
|
||||||
in {
|
in {
|
||||||
# Gnome GTK Settings
|
# Gnome GTK Settings
|
||||||
gtk.theme = "${night-gtk-theme}";
|
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
|
# Gnome DCONF Settings
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
|
|
Loading…
Reference in a new issue