wip: adding standalone home-manager config
need to modularize though
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{pkgs, lib, ...}: {
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
# initExtra = ''
|
||||
# export PATH="$PATH:$HOME/bin:$HOME/.local/bin:$HOME/go/bin"
|
||||
# '';
|
||||
shellInit = ''
|
||||
fnm env --use-on-cd --shell fish | source
|
||||
'';
|
||||
|
||||
shellAliases = {
|
||||
# ls aliases
|
||||
|
Reference in New Issue
Block a user