summaryrefslogtreecommitdiff
path: root/hosts/bean/users.nix
blob: f7f1cfc8283b756dcce94b8f1240ee55909fc689 (plain)
1
2
3
4
5
6
7
{ lib, pkgs, ... }:

{
  this.users.enabled = [
    "simon"
  ];
}