Compare commits

..

No commits in common. "c4e5b0141f4f8798002d086724c97fbcaec77fb9" and "bed674c1ea60ee7924d370c1f65bb0743f188ab1" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

@ -84,6 +84,7 @@ in
obsidian obsidian
steam steam
lutris
# Build Tools # Build Tools
rustup rustup

View File

@ -42,7 +42,7 @@ rec {
pkgs = nixpkgs.legacyPackages."${system}"; pkgs = nixpkgs.legacyPackages."${system}";
extraSpecialArgs = { extraSpecialArgs = {
inherit inputs; inherit inputs;
lib = lib.extend inputs.home-manager.lib; lib = lib.extend (_: _: inputs.home-manager.lib);
}; };
modules = [ modules = [