From cf89db66c55df6c1c90fa9fb16b95c8df0ff423a Mon Sep 17 00:00:00 2001 From: Ethan Simmons Date: Wed, 19 Mar 2025 16:10:01 -0500 Subject: [PATCH] Add quartus to packages --- hosts/alpheratz/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/alpheratz/system.nix b/hosts/alpheratz/system.nix index 9d8c4db..739913f 100644 --- a/hosts/alpheratz/system.nix +++ b/hosts/alpheratz/system.nix @@ -37,6 +37,7 @@ environment.systemPackages = with pkgs; [ localPackages.x86_64-linux.jhelioviewer bottles + quartus-prime-lite ]; services.printing.enable = false;