From a7b5621e74be93c8f667f7bddaa1e063f694c6c1 Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Sat, 6 Nov 2021 04:24:01 +0300 Subject: [PATCH] restore cat, add bat package --- profiles/applications/packages.nix | 1 + profiles/workspace/zsh.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/applications/packages.nix b/profiles/applications/packages.nix index 4e008f9..dd02e55 100644 --- a/profiles/applications/packages.nix +++ b/profiles/applications/packages.nix @@ -4,6 +4,7 @@ with config.deviceSpecific; { home-manager.users.alukard.home.packages = with pkgs; [ # cli + bat curl exa fd diff --git a/profiles/workspace/zsh.nix b/profiles/workspace/zsh.nix index b282fe4..06cf9ae 100644 --- a/profiles/workspace/zsh.nix +++ b/profiles/workspace/zsh.nix @@ -47,7 +47,7 @@ "rede" = "systemctl --user start redshift.service &"; "redd" = "systemctl --user stop redshift.service &"; "show-packages" = "_ nix-store -q --references /run/current-system/sw"; - "cat" = "${pkgs.bat}/bin/bat"; + # "cat" = "${pkgs.bat}/bin/bat"; "nsp" = "nix-shell --run zsh -p"; # "find" = "fd"; "grep" = "${pkgs.ripgrep}/bin/rg";