Merge branch 'main' of github.com:DarkGuibrine/NixConfig

This commit is contained in:
2026-05-09 18:48:46 -03:00
5 changed files with 184 additions and 152 deletions
+9 -10
View File
@@ -6,25 +6,24 @@
...
}:
{
environment.systemPackages = with pkgs; [
## CLI
curl
git
vim
wget
screen
fish
btop
fastfetch
gitFull
unrar
unzip
unrar
## Git
gitFull
zerotierone
## Zed
## Editor
vim
## Nix
nixd
nil
python3
];
}