mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
refactor(de): move plasma config to separate file
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services = {
|
||||
pcscd.enable = true;
|
||||
xserver.enable = true;
|
||||
xserver.excludePackages = with pkgs; [
|
||||
xterm
|
||||
];
|
||||
openssh = {
|
||||
enable = true;
|
||||
hostKeys = [
|
||||
|
||||
Reference in New Issue
Block a user