1
0
Fork 0
nixfiles/configuration/desktop/xserver.nix

8 lines
85 B
Nix

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