index
:
nixos-config
master
Personal NixOS configuration
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hosts
/
ades
/
users.nix
blob: f7f1cfc8283b756dcce94b8f1240ee55909fc689 (
plain
)
1
2
3
4
5
6
7
{ lib, pkgs, ... }: { this.users.enabled = [ "simon" ]; }