Compare commits
No commits in common. "c4e5b0141f4f8798002d086724c97fbcaec77fb9" and "bed674c1ea60ee7924d370c1f65bb0743f188ab1" have entirely different histories.
c4e5b0141f
...
bed674c1ea
|
@ -84,6 +84,7 @@ in
|
||||||
|
|
||||||
obsidian
|
obsidian
|
||||||
steam
|
steam
|
||||||
|
lutris
|
||||||
|
|
||||||
# Build Tools
|
# Build Tools
|
||||||
rustup
|
rustup
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in New Issue