remove xterm and add heroic games

This commit is contained in:
twoneis 2024-08-05 19:56:37 +02:00
parent cf524b8344
commit 968bc8026d
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ config, ... }: let
{ config, pkgs, ... }: let
inherit (config) conf;
in {
imports = [
@ -28,6 +28,7 @@ in {
xserver = {
enable = true;
displayManager.gdm.enable = true;
excludePackages = [ pkgs.xterm ];
};
};