From 0535745c4b42a2432c204a39518eebe6e531dd6f Mon Sep 17 00:00:00 2001 From: Julian Sutter Date: Sun, 22 Dec 2024 11:39:20 -0800 Subject: [PATCH] updates --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index c784150..b44fab1 100755 --- a/flake.nix +++ b/flake.nix @@ -35,6 +35,7 @@ aurora = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ + home-manager.nixosModules.home-manager ./systems/common.nix ./systems/aurora.nix ./users/jsutter.nix @@ -48,6 +49,7 @@ labrizor = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ + home-manager.nixosModules.home-manager ./systems/common.nix ./systems/labrizor.nix ./users/jsutter.nix