Add hardware config and fix hummelberg build
This commit is contained in:
parent
1452c2a43d
commit
b2f0797b01
15 changed files with 68 additions and 52 deletions
|
@ -25,7 +25,7 @@ let
|
|||
|
||||
${pkgs.pass-wayland}/bin/pass show -c "$password" 2>/dev/null
|
||||
'';
|
||||
threema-vpn = pkgs.writeScriptBin "threema-vpn" ""; #''
|
||||
threema-vpn = pkgs.writeScriptBin "threema-vpn" ""; # ''
|
||||
# #!${pkgs.stdenv.shell}
|
||||
# set -eo pipefail
|
||||
|
||||
|
@ -73,7 +73,4 @@ let
|
|||
ed
|
||||
${xhost}/bin/xhost
|
||||
'';
|
||||
in {
|
||||
home.packages =
|
||||
[ passbemenu threema-vpn threema-env wsudo ];
|
||||
}
|
||||
in { home.packages = [ passbemenu threema-vpn threema-env wsudo ]; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue