diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index e37df7d..56a69cc 100755 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -153,6 +153,7 @@ hyprpicker powertop inetutils # collections of network programs such as telnet python313Packages.pygments # used for ccat (comment of colorize plugin from oh-my-zsh) +fzf #we need to install gnome and kde utils individually as we dont use gnome gnome-calculator snapshot diff --git a/modules/home-manager/oh-my-zsh.nix b/modules/home-manager/oh-my-zsh.nix index 5238aa6..4c10ffa 100644 --- a/modules/home-manager/oh-my-zsh.nix +++ b/modules/home-manager/oh-my-zsh.nix @@ -9,6 +9,13 @@ "alias-finder" "colored-man-pages" "colorize" - ]; + "command-not-found" + "dirhistory" + "fzf" + "git" + "rclone" + "safe-paste" + "sudo" +]; }; } diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index 61b2393..af08127 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -14,7 +14,7 @@ custom-cat() { fi } - fastfetch\n'' + fastfetch''\n'' ; shellAliases = { ".." = "z ..";