diff --git a/system/common.nix b/system/common.nix new file mode 100644 index 00000000..713d914d --- /dev/null +++ b/system/common.nix @@ -0,0 +1,28 @@ +{pkgs, ...}: { + boot.tmp.useTmpfs = true; + + time.timeZone = "Europe/Berlin"; + + environment.systemPackages = with pkgs; [ + age + compsize + duf + eza + file + htop + btop + jq + yq + du-dust + ranger + ripgrep + sops + wget + wireguard-tools + zip + ]; + + environment.pathsToLink = ["/share/zsh"]; + + system.stateVersion = "24.11"; +}