From 88951242d304e5066307a3918f47c59ab2a7ce98 Mon Sep 17 00:00:00 2001 From: mehbark Date: Sun, 3 Sep 2023 18:38:43 -0400 Subject: [PATCH] generalize home flake output to just mbk --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 75be0ea..adc6e78 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ }; }; - homeConfigurations."mbk@nix" = home-manager.lib.homeManagerConfiguration { + homeConfigurations.mbk= home-manager.lib.homeManagerConfiguration { pkgs = nixpkgs.legacyPackages.x86_64-linux; modules = if conf.wm == "hyprland" then modules ++ [