base
This commit is contained in:
parent
3e5c368a86
commit
72508268d6
1 changed files with 28 additions and 0 deletions
28
system/common.nix
Normal file
28
system/common.nix
Normal 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";
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue