Compare commits
No commits in common. "c4e5b0141f4f8798002d086724c97fbcaec77fb9" and "bed674c1ea60ee7924d370c1f65bb0743f188ab1" have entirely different histories.
c4e5b0141f
...
bed674c1ea
|
@ -84,6 +84,7 @@ in
|
|||
|
||||
obsidian
|
||||
steam
|
||||
lutris
|
||||
|
||||
# Build Tools
|
||||
rustup
|
||||
|
|
|
@ -42,7 +42,7 @@ rec {
|
|||
pkgs = nixpkgs.legacyPackages."${system}";
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
lib = lib.extend inputs.home-manager.lib;
|
||||
lib = lib.extend (_: _: inputs.home-manager.lib);
|
||||
};
|
||||
|
||||
modules = [
|
||||
|
|
Loading…
Reference in New Issue