1
0
nixfiles/configuration/desktop/xserver.nix

8 lines
85 B
Nix
Raw Normal View History

{ pkgs, ... }:
{
services.xserver.excludePackages = with pkgs; [
xterm
];
}