From de092b69241ff6f979b8309b7655670e54a61876 Mon Sep 17 00:00:00 2001 From: Dea Date: Thu, 8 Jan 2026 22:17:31 -0500 Subject: [PATCH] added prism --- hosts/sandalphon/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sandalphon/configuration.nix b/hosts/sandalphon/configuration.nix index 884d68d..d705620 100644 --- a/hosts/sandalphon/configuration.nix +++ b/hosts/sandalphon/configuration.nix @@ -7,6 +7,6 @@ networking.hostName = "sandalphon"; environment.systemPackages = with pkgs; [ - + prismlauncher ]; }