Removed nom aliases
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user