From e5b7fe61ac399348809022ee19d200001dcb496f Mon Sep 17 00:00:00 2001 From: The Hive Date: Mon, 24 Jul 2023 06:24:22 +0000 Subject: [PATCH] fix prompt since we can assume systemd as a nix dep ( mostly ) --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 7a4e03f..528d408 100644 --- a/home.nix +++ b/home.nix @@ -80,7 +80,7 @@ NEOVIDE_MULTIGRID = 1; # fish config - fish_greeting = "✨️ heya ${config.home.username}, welcome to $(hostname) ~"; + fish_greeting = "✨️ heya ${config.home.username}, welcome to $(hostnamectl --pretty) ~"; }; # configure programs