tailscale + sunshine + lint

This commit is contained in:
2025-09-27 23:57:13 -06:00
parent b444e8d399
commit 80fc73a9a3
4 changed files with 92 additions and 18 deletions

View File

@@ -24,8 +24,8 @@ in
gitMinimal
nix
attic-client
nodejs # Required for GitHub Actions
openssh # Required for SSH git operations
nodejs # Required for GitHub Actions
openssh # Required for SSH git operations
;
};
};

View File

@@ -39,7 +39,7 @@
};
};
bat = {
enable = false;
enable = true;
config.pager = "less -FR";
extraPackages = builtins.attrValues {
inherit (pkgs.bat-extras)