feat+refactor: steam controller inputs + organization

This commit is contained in:
2026-07-26 08:58:32 -07:00
parent 760958e7a3
commit b24bdc0c06
28 changed files with 35 additions and 3271 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;
}