added gaming user to bob

This commit is contained in:
2025-01-09 21:06:29 -05:00
parent 6e2703f852
commit 573031e4c9
2 changed files with 7 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
{
imports = [
../../users/richie
../../users/gaming
../../common/global
../../common/optional/desktop.nix
../../common/optional/docker.nix

View File

@@ -0,0 +1,6 @@
{
imports = [
../home/global.nix
../home/firefox.nix
];
}