diff options
author | makefu <github@syntax-fehler.de> | 2016-12-25 00:33:39 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-12-25 00:33:39 +0100 |
commit | 47ade5b208c2fa2a1c4b96cbe753d2889a9da55e (patch) | |
tree | bfb13112f8d449e72693959830f8491190fabf81 /lass/2configs/zsh.nix | |
parent | 3682e60aee26578f3163920b9feab641b21f5e5c (diff) | |
parent | 1d2c9377bc7b21ff7d27c6c04873a46df083d655 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'lass/2configs/zsh.nix')
-rw-r--r-- | lass/2configs/zsh.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/2configs/zsh.nix b/lass/2configs/zsh.nix index aa159be07..442a1d4d9 100644 --- a/lass/2configs/zsh.nix +++ b/lass/2configs/zsh.nix @@ -118,4 +118,5 @@ fi ''; }; + users.users.${config.krebs.build.user.name}.shell = "/run/current-system/sw/bin/zsh"; } |