diff --git a/home_manager/modules/shell_aliases.nix b/home_manager/modules/shell_aliases.nix index f98f430..64d25de 100644 --- a/home_manager/modules/shell_aliases.nix +++ b/home_manager/modules/shell_aliases.nix @@ -7,6 +7,7 @@ "jcu" = "journalctl --user"; "nf" = "find /nix/store/ -maxdepth 1 | grep"; "nr" = "nix run"; + "nR" = "nix repl"; "ns" = "nix search nixpkgs"; "nS" = "nix shell"; "sc" = "sudo systemctl";