some fish and nvim improvements
Some checks failed
/ lint (push) Failing after 32s

This commit is contained in:
Jana Dönszelmann 2026-03-16 10:47:10 +01:00
parent d9d4e43c35
commit 391b47fa75
No known key found for this signature in database
2 changed files with 40 additions and 2 deletions

View file

@ -229,7 +229,7 @@ inputs@{ machine, ... }:
function fish_greeting
${pkgs.blahaj}/bin/blahaj -s
echo "welcome to $(uname -n), $(whoami)!"
echo "mrow! This is $(uname -n) and ur $(whoami) :3"
end
'';
};