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";
|
||||
};
|
||||
|
||||
shadps4-git.url = "./programs/shadps4";
|
||||
|
||||
};
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
home.packages = with unstable; [
|
||||
home.packages = with unstable; with inputs; [
|
||||
pkgs.nextcloud-client
|
||||
pkgs.yubioath-flutter
|
||||
pkgs.xpipe
|
||||
|
@ -47,6 +47,7 @@
|
|||
unstable.torzu
|
||||
pkgs.heroic-unwrapped
|
||||
pkgs.ludusavi
|
||||
inputs.shadps4-git.packages."x86_64-linux".default
|
||||
|
||||
# === Minecraft ===
|
||||
pkgs.prismlauncher
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue