users: add richard

This commit is contained in:
Katherina Walshe-Grey 2024-07-09 22:04:00 +01:00
parent 0d0b3e2d2d
commit bae6a97842
4 changed files with 22 additions and 1 deletions

6
common/users/default.nix Normal file
View file

@ -0,0 +1,6 @@
{
imports = [
./qenya.nix
./richard.nix
];
}