index
:
~rosa/dotfiles
main
refactor
Rosa
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
user
/
wm
/
niri
/
default.nix
blob: 8f86581aff2c979246b98df89b177d7f6ba3c86d (
plain
) (
blame
)
1
2
3
4
{
config
,
...
}:
{
xdg
.
configFile
.
"niri/config.kdl"
.
text
=
builtins
.
readFile
./config.kdl
;
}