about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-01-06 00:56:14 +0100
committerProfpatsch <mail@profpatsch.de>2016-01-06 00:59:53 +0100
commit1e5e57df146469a89d62fcdf5d60f7d5360a676b (patch)
treefbcfa2a5c9187cab033f1a857faac94839ab3e2e /machines
parent4cafe86ecbf07860c471dac68c74d5d1d32add5f (diff)
katara: fish as login shell
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/katara.nix6
1 files changed, 4 insertions, 2 deletions
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