From a8522b57793cb1a61469902cbc8b7cb7c57837c9 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Mon, 9 Sep 2024 19:51:37 +0200 Subject: [PATCH] cli/oh-my-posh.nix: init --- modules/programs/cli/oh-my-posh.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/programs/cli/oh-my-posh.nix b/modules/programs/cli/oh-my-posh.nix index 9a8dd39..7971a22 100644 --- a/modules/programs/cli/oh-my-posh.nix +++ b/modules/programs/cli/oh-my-posh.nix @@ -12,11 +12,12 @@ in { home-manager.users.${username} = { programs.oh-my-posh = { enable = true; - package = pkgs.eza; + package = pkgs.oh-my-posh; enableNushellIntegration = true; enableBashIntegration = true; enableFishIntegration = true; enableZshIntegration = true; + useTheme = "zash"; settings = { }; };