install shadps4-git
This commit is contained in:
parent
d7d3cf6f1f
commit
062e3fa750
2 changed files with 3 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
shadps4-git.url = "./programs/shadps4";
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
# The home.packages option allows you to install Nix packages into your
|
# The home.packages option allows you to install Nix packages into your
|
||||||
# environment.
|
# environment.
|
||||||
home.packages = with unstable; [
|
home.packages = with unstable; with inputs; [
|
||||||
pkgs.nextcloud-client
|
pkgs.nextcloud-client
|
||||||
pkgs.yubioath-flutter
|
pkgs.yubioath-flutter
|
||||||
pkgs.xpipe
|
pkgs.xpipe
|
||||||
|
@ -47,6 +47,7 @@
|
||||||
unstable.torzu
|
unstable.torzu
|
||||||
pkgs.heroic-unwrapped
|
pkgs.heroic-unwrapped
|
||||||
pkgs.ludusavi
|
pkgs.ludusavi
|
||||||
|
inputs.shadps4-git.packages."x86_64-linux".default
|
||||||
|
|
||||||
# === Minecraft ===
|
# === Minecraft ===
|
||||||
pkgs.prismlauncher
|
pkgs.prismlauncher
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue