add nr alias for easier nix run
This commit is contained in:
@@ -86,6 +86,9 @@
|
|||||||
'')
|
'')
|
||||||
(google-fonts.override { fonts = [ "Tajawal" ]; })
|
(google-fonts.override { fonts = [ "Tajawal" ]; })
|
||||||
pkgs-unstable.opencode
|
pkgs-unstable.opencode
|
||||||
|
(writeShellScriptBin "nr" ''
|
||||||
|
${lib.getExe nix} run "nixpkgs#''${1}" "$@"
|
||||||
|
'')
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|||||||
Reference in New Issue
Block a user