diff options
author | tv <tv@krebsco.de> | 2015-11-07 19:24:25 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-07 19:24:25 +0100 |
commit | e35e3b5eb05cea1e3c033423c2f6ee4e0a511817 (patch) | |
tree | 0dcec510dedbf504e01f9e61c6c435ee27c7b683 /tv/2configs/z.nix | |
parent | b6e616bb134019ef46919218b79d45af0cdb3d08 (diff) |
tv: mv user xr to sub
Diffstat (limited to 'tv/2configs/z.nix')
-rw-r--r-- | tv/2configs/z.nix | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/tv/2configs/z.nix b/tv/2configs/z.nix index e5494ecc9..3acd168d4 100644 --- a/tv/2configs/z.nix +++ b/tv/2configs/z.nix @@ -4,16 +4,7 @@ with lib; { krebs.per-user.z.packages = [ - (pkgs.writeScriptBin "cr" '' - #! /bin/sh - set -efu - export LC_TIME=de_DE.utf8 - exec ${pkgs.chromium}/bin/chromium \ - --ssl-version-min=tls1 \ - --disk-cache-dir=/tmp/chromium-disk-cache_"$LOGNAME" \ - --disk-cache-size=50000000 \ - "%@" - '') + pkgs.cr ]; programs.bash.interactiveShellInit = '' |