From 910adb738cca8c31cc4ec4668452e82070ed7a5a Mon Sep 17 00:00:00 2001 From: 4DBug Date: Fri, 14 Mar 2025 18:49:43 -0500 Subject: [PATCH] push --- main.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/main.nix b/main.nix index 8910232..5b139a0 100644 --- a/main.nix +++ b/main.nix @@ -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;