add nr alias for easier nix run

This commit is contained in:
Joakim Repomaa
2026-01-07 13:11:10 +02:00
parent 48ec6fac7c
commit fae8bd5b05

View File

@@ -86,6 +86,9 @@
'')
(google-fonts.override { fonts = [ "Tajawal" ]; })
pkgs-unstable.opencode
(writeShellScriptBin "nr" ''
${lib.getExe nix} run "nixpkgs#''${1}" "$@"
'')
];
programs = {