From a0bbc2896aeb742939bdc578942cb8aff59dc7e6 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Mon, 13 Apr 2026 19:02:34 -0400 Subject: [PATCH] added math the bob --- users/math/systems/bob.nix | 5 +++++ users/richie/systems/bob.nix | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 users/math/systems/bob.nix diff --git a/users/math/systems/bob.nix b/users/math/systems/bob.nix new file mode 100644 index 0000000..6bbef61 --- /dev/null +++ b/users/math/systems/bob.nix @@ -0,0 +1,5 @@ +{ + imports = [ + ../home/global.nix + ]; +} diff --git a/users/richie/systems/bob.nix b/users/richie/systems/bob.nix index b1d9590..6bbef61 100644 --- a/users/richie/systems/bob.nix +++ b/users/richie/systems/bob.nix @@ -1,6 +1,5 @@ { imports = [ ../home/global.nix - ../home/gui ]; }