Fix input methods and add shell utils
This commit is contained in:
@@ -8,11 +8,21 @@ in
|
||||
enable = lib.mkEnableOption "Basic shell utils";
|
||||
};
|
||||
config = lib.mkIf cfg.enable {
|
||||
hm.programs = {
|
||||
fzf = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
eza = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
bat
|
||||
eza
|
||||
fd
|
||||
fzf
|
||||
jq
|
||||
ripgrep
|
||||
tldr
|
||||
|
||||
Reference in New Issue
Block a user