updates home manager config

This commit is contained in:
Dennis Schoepf 2026-03-03 22:08:29 +01:00
parent 2c8c977d28
commit d44b7ebdaa
4 changed files with 26 additions and 39 deletions

View file

@ -31,7 +31,6 @@
programs.fish = {
enable = true;
functions = {
ff = "bash ${./ff.bash}";
fish_greeting = "fortune -a";
localip = "ifconfig | grep \"inet \" | grep -v 127.0.0.1 | awk '{print $2}' | head -n 1";
publicip = "curl -4 ifconfig.me";