From 8e0f7b4c6f69b10cb407ae18eb2a5058e5ea2d6c Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sun, 26 Jan 2025 14:38:45 +0100 Subject: enable fish shell explicilty for 0xa --- hosts/toaster/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index b3e0d38..8003440 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -1,4 +1,4 @@ -{ config, ... }: +{ pkgs, config, ... }: { imports = [ ./amd.nix @@ -60,6 +60,7 @@ home = "/home/0xa"; isNormalUser = true; uid = 1000; + shell = pkgs.fish; }; services.emacs.defaultEditor = false; -- cgit v1.3.1