fix(bbsteamie): add some packages to decky
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
61b3fc2c75
commit
3a4100cb28
1 changed files with 17 additions and 0 deletions
|
@ -128,6 +128,23 @@ in {
|
||||||
user = mainUser;
|
user = mainUser;
|
||||||
stateDir = "/home/${mainUser}/.local/share/decky"; # Keep scoped to user
|
stateDir = "/home/${mainUser}/.local/share/decky"; # Keep scoped to user
|
||||||
# https://github.com/Jovian-Experiments/Jovian-NixOS/blob/1171169117f63f1de9ef2ea36efd8dcf377c6d5a/modules/decky-loader.nix#L80-L84
|
# https://github.com/Jovian-Experiments/Jovian-NixOS/blob/1171169117f63f1de9ef2ea36efd8dcf377c6d5a/modules/decky-loader.nix#L80-L84
|
||||||
|
|
||||||
|
extraPackages = with pkgs; [
|
||||||
|
# Generic packages
|
||||||
|
curl
|
||||||
|
unzip
|
||||||
|
util-linux
|
||||||
|
gnugrep
|
||||||
|
|
||||||
|
readline.out
|
||||||
|
procps
|
||||||
|
pciutils
|
||||||
|
libpulseaudio
|
||||||
|
];
|
||||||
|
|
||||||
|
extraPythonPackages = pythonPackages: with pythonPackages; [
|
||||||
|
python
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Takes way too long to shutdown
|
# Takes way too long to shutdown
|
||||||
|
|
Loading…
Reference in a new issue