This commit is contained in:
winter
2026-05-27 18:04:34 -07:00
parent fbefeba6a2
commit c67e7d779c
6 changed files with 95 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
{ config, pkgs, ... }:
{
xdg.configFile."niri/config.kdl".source = ./config.kdl;
}