This commit is contained in:
4DBug
2025-03-14 18:49:43 -05:00
parent 7cd5ae2a99
commit 910adb738c

View File

@@ -8,7 +8,6 @@
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [ packages = with pkgs; [
vscode vscode
git
python3 python3
@@ -32,10 +31,8 @@
pulseaudio pulseaudio
rpi-imager # rpi-imager
rpiboot rpiboot
nmap
]; ];
}; };
@@ -53,13 +50,12 @@
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git
wget wget
gcc gcc
# cudatoolkit nmap
]; ];
# virtualisation.waydroid.enable = true;
services = { services = {
flatpak = { flatpak = {
enable = true; enable = true;