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