summaryrefslogtreecommitdiff
path: root/accounts/gkleen@vidhar.nix
blob: 2bb4f32b1de396f2165be73fbb3aa343dd23a5a7 (plain)
1
2
3
4
5
6
7
{ flake, userName, ... }: {
  imports = with flake.nixosModules.userProfiles.${userName}; [
    feeds
  ];
  
  config.users.users.${userName}.uid = 1000;
}