From 1e5e57df146469a89d62fcdf5d60f7d5360a676b Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Wed, 6 Jan 2016 00:56:14 +0100 Subject: katara: fish as login shell --- machines/profpatsch/katara.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'machines/profpatsch/katara.nix') diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index b795cd91..0467bfe6 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -75,7 +75,6 @@ in { curl # transfer data to/from a URL dos2unix # text file conversion file # file information - fish # friendly user shell git # version control system gnupg # PGP encryption htop # top replacement @@ -297,7 +296,7 @@ in { home = "/home/philip"; passwordFile = "${home}/.config/passwd"; # password = "test"; # in case of emergency, break glass - shell = "/run/current-system/sw/bin/bash"; + shell = "/run/current-system/sw/bin/fish"; openssh.authorizedKeys.keys = authKeys; }; }; @@ -308,6 +307,9 @@ in { # see gpgAgent programs.ssh.startAgent = false; + # friendly user shell + programs.fish.enable = true; + ####### # Misc -- cgit 1.4.1