Make screensharing work and fix pdf default app

This commit is contained in:
Fabian Hauser 2021-05-13 23:00:06 +02:00
parent 2769751b2e
commit 626acc0c31
6 changed files with 142 additions and 135 deletions

View file

@ -59,4 +59,7 @@ let
echo "Starting '$COMMAND' in env '$ENV_FILE'"
${pkgs.nix}/bin/nix-shell ''${ENV_FILE} --run "$COMMAND"
'';
in { home-manager.users.fhauser.home.packages = [ passbemenu threema-vpn threema-env ]; }
in {
home-manager.users.fhauser.home.packages =
[ passbemenu threema-vpn threema-env ];
}