[pi4] Tailscale, just, nh, experimentals, fish in module

This commit is contained in:
2025-04-15 23:44:15 +02:00
parent 22ab5aa5cf
commit 5a23b66666
3 changed files with 20 additions and 1 deletions

11
hosts/pi4/development.nix Normal file
View File

@ -0,0 +1,11 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
# Tools
just
# Formatters
treefmt
shfmt
];
}