fix prompt since we can assume systemd as a nix dep ( mostly )

This commit is contained in:
Bit Borealis 2023-07-24 06:24:22 +00:00
parent 6041804840
commit e5b7fe61ac

View file

@ -80,7 +80,7 @@
NEOVIDE_MULTIGRID = 1; NEOVIDE_MULTIGRID = 1;
# fish config # fish config
fish_greeting = " heya ${config.home.username}, welcome to $(hostname) ~"; fish_greeting = " heya ${config.home.username}, welcome to $(hostnamectl --pretty) ~";
}; };
# configure programs # configure programs