This commit is contained in:
Spectre 2024-06-07 22:43:09 +02:00
parent 0b97b828be
commit f185ce3c92
3 changed files with 96 additions and 43 deletions

28
system/base.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";
}