From a2ce781816d5e2c5d61ab1dfe5c2d210298f3358 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 16 Nov 2024 20:29:10 +0100 Subject: marvin: enable fish declaratively --- system/marvin.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'system') diff --git a/system/marvin.nix b/system/marvin.nix index a69342a0..cc02a202 100644 --- a/system/marvin.nix +++ b/system/marvin.nix @@ -1,4 +1,4 @@ -{ ... }: { +{ pkgs, ... }: { imports = [ ./settings/darwin.nix ./settings/dev.nix @@ -11,6 +11,12 @@ group = "wheel"; }; + programs.fish.enable = true; + environment.shells = with pkgs; [ + fish + "/Users/alan/.local/state/nix/profile/bin/fish" + ]; + environment.variables.LANG = "en_GB.UTF-8"; launchd.user.envVariables = { -- cgit 1.4.1