complete steam-run
This commit is contained in:
parent
468b6d8c86
commit
f9e4a9df0d
@ -14,6 +14,21 @@ lib.mkMerge [
|
||||
"steam-runtime"
|
||||
];
|
||||
|
||||
environment.systemPackages = [
|
||||
# ((pkgs.steam-run.override {
|
||||
# steam-unwrapped = null;
|
||||
# }).overrideAttrs {
|
||||
# name = "fhs-run";
|
||||
# })
|
||||
];
|
||||
|
||||
programs.bash.shellInit = ''
|
||||
if [ -n "''${BASH_VERSION:-}" ]; then
|
||||
complete -F _command steam-run
|
||||
# complete -F _command fhs-run
|
||||
fi
|
||||
'';
|
||||
|
||||
/** /
|
||||
#programs.java.enable = true;
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user