fix prompt since we can assume systemd as a nix dep ( mostly )
This commit is contained in:
parent
6041804840
commit
e5b7fe61ac
2
home.nix
2
home.nix
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue