diff --git a/desktops/common.nix b/desktops/common.nix index 5bec73f6..36c62ebc 100644 --- a/desktops/common.nix +++ b/desktops/common.nix @@ -15,6 +15,5 @@ # Software configurations ../software/firefox.nix ../software/weechat.nix - #../software/thunderbird.nix ]; } \ No newline at end of file diff --git a/hosts/nixos-laptop/home-manager/gnome-conf.nix b/hosts/nixos-laptop/home-manager/gnome-conf.nix index e57d215e..dc24b703 100644 --- a/hosts/nixos-laptop/home-manager/gnome-conf.nix +++ b/hosts/nixos-laptop/home-manager/gnome-conf.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 = {