From 7edd88dc9c2b3041404d24791b0765eef1fec268 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Wed, 29 Sep 2021 12:39:40 -0400 Subject: [PATCH] Move fish brew64 alias back to macbook --- common.nix | 1 - macbook-home.nix | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/common.nix b/common.nix index 5586908..05a497b 100644 --- a/common.nix +++ b/common.nix @@ -52,7 +52,6 @@ l = "exa -l --color=always "; htop = "btm --color nord-light -b --tree"; Htop = "btm --color nord-light --tree"; - brew64 = "arch -x86_64 /usr/local/bin/brew"; # My own commands for easy access thisterm = "cd ~/Projects/uw/$CURRENT_TERM"; diff --git a/macbook-home.nix b/macbook-home.nix index c97e1b4..c18197e 100644 --- a/macbook-home.nix +++ b/macbook-home.nix @@ -19,6 +19,11 @@ in x86pkgs.anki-bin ]; + # Additional settings for programs + programs.fish.shellAliases = { + brew64 = "arch -x86_64 /usr/local/bin/brew"; + }; + # This value determines the Home Manager release that your # configuration is compatible with. This helps avoid breakage