This commit is contained in:
Spectre 2024-06-08 15:17:03 +02:00
parent 3e5c368a86
commit 72508268d6

28
system/common.nix Normal file
View file

@ -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";
}