🔧 Add fastfetch to fish config
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
4534ca5cf0
commit
9c16918a1f
1 changed files with 6 additions and 1 deletions
|
@ -59,7 +59,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable fish
|
# Enable fish
|
||||||
fish.enable = true;
|
fish = {
|
||||||
|
enable = true;
|
||||||
|
interactiveShellInit = ''
|
||||||
|
fastfetch
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
# Hyprland stuff
|
# Hyprland stuff
|
||||||
wofi.enable = true;
|
wofi.enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue