From 20df495ca5dd582c2ed371655fd85ade55758efd Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 22 Mar 2024 22:07:01 -0400 Subject: [PATCH] added home-manager standaloen to flake.nix --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 3b25dda5..f9ea5669 100644 --- a/flake.nix +++ b/flake.nix @@ -38,6 +38,11 @@ outputs = inputs@{ nixpkgs, home-manager, nixpkgs-unstable, home-manager-unstable, nixos-hardware, ... }: { + homeConfigurations."aly" = home-manager-unstable.lib.homeManagerConfiguration { + pkgs = import nixpkgs-unstable { system = "x86_64-linux"; }; + modules = [ ./home/aly.nix ]; + }; + nixosConfigurations = { # Framework 13 with AMD Ryzen 7640U and 32GB RAM.