mirror of
https://github.com/MagicBOTAlex/nixos-server.git
synced 2025-09-04 21:06:52 +02:00
I guess i forgot to add networking
This commit is contained in:
parent
f358915432
commit
d022103d82
18 changed files with 528 additions and 77 deletions
18
programs.nix
Normal file
18
programs.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{pkgs,...} : {
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
wget
|
||||
iproute2
|
||||
curl
|
||||
fastfetch
|
||||
tree
|
||||
btop
|
||||
pigz
|
||||
ncdu
|
||||
screen
|
||||
nixfmt-tree
|
||||
ffmpeg-full
|
||||
];
|
||||
|
||||
programs.starship.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue