From a4c159fb7e38a24c65a7b9fab20f0ac564d14596 Mon Sep 17 00:00:00 2001 From: Maxwell L-T Date: Tue, 31 Dec 2024 00:00:33 -0500 Subject: [PATCH] nix-portable-psi: add to flake --- flake.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f753152..463a90b 100644 --- a/flake.nix +++ b/flake.nix @@ -82,6 +82,9 @@ nix-portable-omega = buildSystem [ ./machines/laptop/configuration.nix ]; + nix-portable-psi = buildSystem [ + ./machines/nix-portable-psi/configuration.nix + ]; library-of-babel = buildSystem [ ./machines/library-of-babel/configuration.nix ]; @@ -123,7 +126,13 @@ hyprland.homeManagerModules.default anyrun.homeManagerModules.default ags.homeManagerModules.default - ]; + ]; + "maxwell@nix-portable-psi" = buildHome [ + machines/nix-portable-psi/home.nix + hyprland.homeManagerModules.default + anyrun.homeManagerModules.default + ags.homeManagerModules.default + ]; }; }; }