base packages

This commit is contained in:
2026-04-15 00:23:48 +03:00
parent be62fb5285
commit 389e1288e9
2 changed files with 33 additions and 8 deletions
+24
View File
@@ -0,0 +1,24 @@
{ pkgs, ... }: {
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
# системное
wget
git
htop
btop
nvtopPackages.nvidia # чтобы чекать загрузку 3060
ntfs3g
# софт
firefox
vesktop
materialgram
# dev
#jetbrains.toolbox
vscode
docker
docker-compose
];
}