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

@ -20,6 +20,7 @@ in {
libinput.enable = true;
xautolock.enable = false;
excludePackages = [pkgs.xterm];
desktopManager.xterm.enable = false;
};
}