From e6297ae229a2f7276850b7c4257993e1948d91de Mon Sep 17 00:00:00 2001 From: Sijmen Date: Sun, 4 Sep 2022 19:06:19 +0200 Subject: [PATCH] Switch from gnome console to gnome terminal --- common/dconf.nix | 2 +- common/home-manager/home.nix | 1 + framework/configuration.nix | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/common/dconf.nix b/common/dconf.nix index 1365b3a..0023ec8 100644 --- a/common/dconf.nix +++ b/common/dconf.nix @@ -53,7 +53,7 @@ "org.gnome.Nautilus.desktop" "firefox.desktop" "telegramdesktop.desktop" - "org.gnome.Console.desktop" + "org.gnome.Terminal.desktop" "org.gnome.Settings.desktop" ]; diff --git a/common/home-manager/home.nix b/common/home-manager/home.nix index 0f3b0d1..515d6a4 100644 --- a/common/home-manager/home.nix +++ b/common/home-manager/home.nix @@ -63,6 +63,7 @@ wl-clipboard gnome.gnome-tweaks + gnome.gnome-terminal gnomeExtensions.openweather libarchive diff --git a/framework/configuration.nix b/framework/configuration.nix index 2331dc4..62348ba 100644 --- a/framework/configuration.nix +++ b/framework/configuration.nix @@ -128,6 +128,7 @@ environment = { gnome.excludePackages = (with pkgs; [ + gnome-console gnome-photos gnome-tour ]) ++ (with pkgs.gnome; [