From 3f0c37a600a03d20b8fbbe8da5e195d39d047db9 Mon Sep 17 00:00:00 2001 From: Tomas Rivera <137088692+Totorile1@users.noreply.github.com> Date: Sat, 28 Feb 2026 15:26:27 +0100 Subject: [PATCH] Added some oh my zsh config --- hosts/laptop/configuration.nix | 1 + modules/home-manager/oh-my-zsh.nix | 9 ++++++++- modules/home-manager/zsh.nix | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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 ..";