From de620482291cfd7557c2926dc2bf9666b643247d Mon Sep 17 00:00:00 2001 From: Julian Sutter Date: Tue, 16 Sep 2025 12:44:04 -0700 Subject: [PATCH] cleanup labrizor --- flake.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 7908d39..6f6654e 100644 --- a/flake.nix +++ b/flake.nix @@ -87,10 +87,9 @@ ]; }; labrizor = mkSystem { - modules = [ - ./systems/common.nix + modules = commonDesktopModules ++ [ ./systems/labrizor.nix - ./desktop/2dprinting.nix + ./users/jsutter.nix ]; }; skip01 = mkSystem {