Initial commit
This commit is contained in:
commit
c362a58363
3 changed files with 142 additions and 0 deletions
12
programs.nix
Normal file
12
programs.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{pkgs, ...}:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
# General
|
||||
git
|
||||
htop
|
||||
ncdu
|
||||
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue