Move users directory up

This commit is contained in:
Tibo De Peuter 2023-10-20 20:29:11 +02:00
parent 10ad4de0c5
commit 00e003214f
10 changed files with 17 additions and 18 deletions

5
nixos/users/default.nix Normal file
View file

@ -0,0 +1,5 @@
{
imports = [
./tdpeuter
];
}