mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-08 04:38:06 +01:00
Removed xterm
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{ pkgs, lib, currentSystemDe, ... }:
|
||||
{
|
||||
services.xserver.enable = true;
|
||||
services.xserver.excludePackages = with pkgs; [
|
||||
xterm
|
||||
];
|
||||
|
||||
# Display managers
|
||||
services.displayManager.sddm = lib.mkIf (currentSystemDe == "plasma") {
|
||||
|
||||
Reference in New Issue
Block a user