Skip to content

Commit 8121320

Browse files
user flake: propagate legacyPackages
1 parent 6965a80 commit 8121320

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/default/flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,9 @@
1919
{
2020
homeConfigurations.${settings.username} =
2121
nix-starter-kit.lib.make-default-home-manager-config system (import ./home.nix settings);
22+
23+
# This allows you to do, for instance:
24+
# nix run ~/.config/home-manager#cowsay -- Hallihallo
25+
inherit (nix-starter-kit) legacyPackages;
2226
};
2327
}

0 commit comments

Comments
 (0)