This commit is contained in:
2026-07-08 16:24:11 +02:00
parent 3496b41d3c
commit 3f8eacc9a8
4 changed files with 118 additions and 9 deletions
+4
View File
@@ -1,4 +1,8 @@
{config, pkgs, ...}:
{
imports = [ ../../modules/home-common.nix ];
programs.zsh.shellAliases = {
transfer = "transmission-remote localhost:9091";
};
}