From 37f1d82432ebf845e20a05c03a4cf8ffb216def6 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Tue, 9 Oct 2018 13:29:33 +0200 Subject: [PATCH] =?UTF-8?q?=E9=AD=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- basic-tools.nix | 4 ++++ common-headless.nix | 1 + 2 files changed, 5 insertions(+) diff --git a/basic-tools.nix b/basic-tools.nix index 356005d..8e898ca 100644 --- a/basic-tools.nix +++ b/basic-tools.nix @@ -48,4 +48,8 @@ programs.bash = { enableCompletion = true; }; + + programs.fish = { + enable = true; + }; } diff --git a/common-headless.nix b/common-headless.nix index d4122f4..c78ceb9 100644 --- a/common-headless.nix +++ b/common-headless.nix @@ -75,6 +75,7 @@ isNormalUser = true; extraGroups = [ "wheel" "networkmanager" "audio" "transmission" ]; # shell = "${pkgs.zsh}/bin/zsh"; + shell = "/run/current-system/sw/bin/fish"; password = if config.virtualisation != null then "" else null; };