remove xterm and add heroic games
This commit is contained in:
parent
cf524b8344
commit
968bc8026d
2 changed files with 3 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue