From c508daa397df34112db59abe298de91ad5faac3e Mon Sep 17 00:00:00 2001 From: sstent Date: Thu, 23 Feb 2023 13:05:06 -0500 Subject: [PATCH] sync --- modules/home-manager/sstent.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/home-manager/sstent.nix b/modules/home-manager/sstent.nix index 09a68b6..f02a347 100644 --- a/modules/home-manager/sstent.nix +++ b/modules/home-manager/sstent.nix @@ -91,12 +91,10 @@ programs = { # size = 10000; # path = "${config.xdg.dataHome}/zsh/history"; # }; - zplug = { +oh-my-zsh = { enable = true; - plugins = [ - { name = "zsh-users/zsh-autosuggestions"; } # Simple plugin installation - { name = "romkatv/powerlevel10k"; tags = [ as:theme depth:1 ]; } # Installations with additional options. For the list of options, please refer to Zplug README. - ]; + plugins = [ "git" "thefuck" ]; + theme = "robbyrussell"; }; };