qol!(fish@modules): added nix as nik

This commit is contained in:
2025-10-28 18:51:17 +00:00
parent 873a617383
commit f540620675

View File

@@ -18,11 +18,12 @@ in
fish = { fish = {
enable = true; enable = true;
shellInit = '' shellInit = ''
set -g theme_nerd_fonts yes set -g theme_nerd_fonts yes
set -g theme_color_scheme nord set -g theme_color_scheme nord
set -g theme_display_user yes set -g theme_display_user yes
set -g fish_color_autosuggestion 6F6578 set -g fish_color_autosuggestion 6F6578
''; alias nik 'nix'
'';
plugins = [ plugins = [
{ {
name = "bobthefish"; name = "bobthefish";