Added: XServer

This commit is contained in:
2025-04-02 19:30:13 +02:00
parent 1482b176aa
commit 9fe3249220
2 changed files with 6 additions and 0 deletions

5
home/plasma/default.nix Normal file
View File

@@ -0,0 +1,5 @@
{ pkgs, ...}: {
imports = [
];
}