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"; - }; }