hosts/krypton,configuration/desktop: setup basic gnome environment
This commit is contained in:
7
configuration/desktop/xserver.nix
Normal file
7
configuration/desktop/xserver.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.xserver.excludePackages = with pkgs; [
|
||||
xterm
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user