Initial commit

This commit is contained in:
System administrator 2026-05-11 19:36:00 +02:00
commit c362a58363
3 changed files with 142 additions and 0 deletions

12
programs.nix Normal file
View file

@ -0,0 +1,12 @@
{pkgs, ...}:
{
environment.systemPackages = with pkgs; [
# General
git
htop
ncdu
];
}