refactor(de): move plasma config to separate file

This commit is contained in:
2026-04-26 14:58:48 +02:00
parent 85d7fbad13
commit 9b3f9ddb77
6 changed files with 22 additions and 66 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
{ ... }:
{ pkgs, ... }:
{
services = {
pcscd.enable = true;
xserver.enable = true;
xserver.excludePackages = with pkgs; [
xterm
];
openssh = {
enable = true;
hostKeys = [