configurations for my servers and desktops
nix nixos flake dots dotfiles

feat: fish stuff

+11
+11
modules/users/devin.nix
··· 32 32 gh 33 33 git 34 34 just 35 + lazygit 35 36 nh 36 37 nixd 37 38 packwiz ··· 73 74 fastfetch 74 75 set fish_greeting 75 76 ''; 77 + plugins = [ 78 + { 79 + name = "fzf-fish"; 80 + src = pkgs.fishPlugins.fzf-fish.src; 81 + } 82 + { 83 + name = "grc"; 84 + src = pkgs.fishPlugins.grc.src; 85 + } 86 + ]; 76 87 }; 77 88 78 89 git = {