From a551cad606d7acf310a611ce14ca235a30382087 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 10 Feb 2025 23:38:47 +0100 Subject: Add fish plugins and move out shell configuration into module Signed-off-by: Mel --- modules/home/common.nix | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'modules/home/common.nix') diff --git a/modules/home/common.nix b/modules/home/common.nix index 4454bfc..bf2d347 100644 --- a/modules/home/common.nix +++ b/modules/home/common.nix @@ -4,6 +4,7 @@ imports = [ ../foundation/home + ./shell.nix ./code.nix ]; @@ -18,21 +19,11 @@ }; ignores = [ # ignore most vim swap-files - "*~" "[._]*.sw?" + "*~" + "[._]*.sw?" ]; extraConfig.init.defaultBranch = "main"; }; - - fish = { - enable = true; - interactiveShellInit = '' - set fish_greeting - ''; - }; - - zoxide = { enable = true; enableFishIntegration = true; }; - starship = { enable = true; enableFishIntegration = true; }; - direnv = { enable = true; }; }; xdg.configFile = { -- cgit 1.4.1