[NixOS] Add new computers to syncthing

This commit is contained in:
2024-03-19 20:27:09 -06:00
parent 4de88f623c
commit 165646b395
2 changed files with 10 additions and 0 deletions

7
dotfiles/lib/functions/nr Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env sh
function nr {
nix run nixpkgs#"$@"
}
nr "$@"