diff --git a/home.nix b/home.nix index 1c8b1cf..9874ddc 100644 --- a/home.nix +++ b/home.nix @@ -55,6 +55,7 @@ import subprocess from sys import stdin, argv cmd = argv[1:] + subprocess.call(cmd, shell=True) while stdin.readline(): subprocess.call(cmd, shell=True) '';