From 7cd5ae2a992f925d858b413d6a09a211b180a14a Mon Sep 17 00:00:00 2001 From: 4DBug Date: Fri, 14 Mar 2025 16:13:31 -0500 Subject: [PATCH] push --- main.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/main.nix b/main.nix index 50517bf..8910232 100644 --- a/main.nix +++ b/main.nix @@ -31,6 +31,11 @@ furnace pulseaudio + + rpi-imager + rpiboot + + nmap ]; }; @@ -50,8 +55,11 @@ environment.systemPackages = with pkgs; [ wget gcc + # cudatoolkit ]; + # virtualisation.waydroid.enable = true; + services = { flatpak = { enable = true;