dot.nix/host/rune/modules/fish/default.nix
Chris Toph e6769150ff New Installs and Gnome defaults
- Prism launcher
- logism
- asdf-vm
2025-02-08 14:38:54 -05:00

8 lines
127 B
Nix

{ pkgs, ... }:
{
programs.fish = {
shellInit = ''
source "$HOME/.nix-profile/share/asdf-vm/asdf.fish"
'';
};
}