We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b808cf8 commit 42c00f3Copy full SHA for 42c00f3
modules/home-manager/base/default.nix
@@ -83,6 +83,7 @@ in
83
s = "ssh";
84
devv = "nix develop -c zellij -s `basename $PWD` options --default-shell zsh";
85
k = "kubectl";
86
+ ur = "uv run";
87
};
88
89
home.sessionVariables = {
0 commit comments