This commit is contained in:
Nico
2025-06-23 17:01:02 +02:00
parent 936064f3e7
commit 20996e42e1
8 changed files with 629 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, config, lib,... }:
{
home.file."/home/nico/.config/niri/config.kdl" = {
source = ./config.kdl;
};
}