From 94817feed4ab0379517551c0d39d64748687973e Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Tue, 25 Jun 2024 15:14:58 -0300 Subject: [PATCH] Removed nom aliases --- home/shell/nix-output-monitor.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/home/shell/nix-output-monitor.nix b/home/shell/nix-output-monitor.nix index 9dbf822..79724e1 100644 --- a/home/shell/nix-output-monitor.nix +++ b/home/shell/nix-output-monitor.nix @@ -2,12 +2,4 @@ home.packages = with pkgs; [ nix-output-monitor ]; - - home.shellAliases = { - "nix build" = "nom build"; - "nix shell" = "nom shell"; - "nix develop" = "nom develop"; - "nix-build" = "nom-build"; - "nix-shell" = "nom-shell"; - }; }