mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
uninstalled xterm
switched to gnome-terminal on game-laptop
This commit is contained in:
parent
b137e67641
commit
ac963c344f
3 changed files with 8 additions and 2 deletions
|
|
@ -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];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ in {
|
|||
libinput.enable = true;
|
||||
xautolock.enable = false;
|
||||
excludePackages = [pkgs.xterm];
|
||||
desktopManager.xterm.enable = false;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue