index
:
nixos-config
this commit
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
home-manager
/
grades
/
default.nix
blob: 22c5a6d4d7bab341f66392e4d3d042b9a6b976ac (
plain
) (
blame
)
1
2
3
{
config
,
...
}:
{
xdg
.
configFile
.
"grades/config.yaml"
.
source
=
./config.yaml
;
}