index
:
nix-config.git
host/omega-relay
main
test-host
nix-config; configuration for my nixos systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nixos
/
home-manager.nix
blob: 6e766716f1fd980bb05f8959c547ca870c3ee90e (
plain
)
1
2
3
4
{
config
,
pkgs
,
...
}:
{
users
.
users
.
wilkuu
.
isNormalUser
=
true
;
}