Removed nom aliases

This commit is contained in:
2024-06-25 15:14:58 -03:00
parent 2e6f6b17a4
commit 94817feed4

View File

@@ -2,12 +2,4 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
nix-output-monitor 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";
};
} }