index
:
nixos
cgit
flakes
flakes-bump
flakes-template
letsencrypt
master
sif
ymir-git-perms
Declarative system configuration
gkleen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
users
/
gkleen@ymir.nix
blob: 79a121fcf2cc309248d74df570a1d3b6ce48ea59 (
plain
)
1
2
3
4
{
packageOverrides =
pkgs
:
rec
{
}
//
(
import
..
/utils/nix/default.nix
)
{};
}