ops/nixos/porcorosso: install teamspeak_client globally
This commit is contained in:
parent
6daf53d556
commit
75791a83a7
1 changed files with 3 additions and 2 deletions
|
@ -153,11 +153,12 @@ in {
|
|||
# Define a user account.
|
||||
users.users.lukegb = {
|
||||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
packages = [
|
||||
(pkgs.writeScriptBin "javaws" ''
|
||||
packages = with pkgs; [
|
||||
(writeScriptBin "javaws" ''
|
||||
#!/bin/sh
|
||||
exec ${depot.nix.pkgs.javaws-env}/bin/javaws-env "$@"
|
||||
'')
|
||||
teamspeak_client
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue