uninstalled xterm

switched to gnome-terminal on game-laptop
This commit is contained in:
Gerg-L 2023-03-07 22:07:28 -05:00
parent b137e67641
commit ac963c344f
3 changed files with 8 additions and 2 deletions

View file

@ -21,7 +21,6 @@ in {
gnome-online-accounts
])
++ (with pkgs.gnome; [
gnome-terminal
gnome-weather
gnome-shell
gnome-calculator
@ -49,5 +48,6 @@ in {
desktopManager.gnome.enable = true;
displayManager.defaultSession = "gnome";
};
environment.systemPackages = [pkgs.gnome.gnome-terminal];
};
}