feat: test user+plasma

This commit is contained in:
2026-07-25 17:18:03 -07:00
parent 5505bbc784
commit 68de58a80c
16 changed files with 3382 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
xdg.configFile."niri/config.kdl".source = ./config.kdl;
# --- Niri-Extras ---
programs.fuzzel.enable = true;
xdg.mime.enable = true;
services.playerctld.enable = true;
}