From 7866d6ff26ce994b1f5fd183a43d4ee729c55003 Mon Sep 17 00:00:00 2001 From: waveringana Date: Sat, 21 Jun 2025 14:07:58 -0400 Subject: [PATCH] add prism launcher --- hosts/focalor/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/focalor/default.nix b/hosts/focalor/default.nix index 482516c..e5156a5 100755 --- a/hosts/focalor/default.nix +++ b/hosts/focalor/default.nix @@ -154,6 +154,7 @@ # ============================================================================= environment.systemPackages = with pkgs; [ inputs.agenix.packages.x86_64-linux.default + prismlauncher ]; # =============================================================================