adicionando a VPS
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
curl
|
||||
git
|
||||
vim
|
||||
wget
|
||||
screen
|
||||
fish
|
||||
btop
|
||||
fastfetch
|
||||
gitFull
|
||||
unrar
|
||||
unzip
|
||||
|
||||
## Zed
|
||||
nixd
|
||||
nil
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user