From f078725db011c44a426c927c1c7f6958a05a58f0 Mon Sep 17 00:00:00 2001 From: Ethan Simmons Date: Mon, 23 Sep 2024 12:20:46 -0500 Subject: [PATCH] Add bottles to alpheratz --- hosts/alpheratz/system.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/alpheratz/system.nix b/hosts/alpheratz/system.nix index 1ea1406..6b397ef 100644 --- a/hosts/alpheratz/system.nix +++ b/hosts/alpheratz/system.nix @@ -31,8 +31,9 @@ secrets."wireguard/preshared" = {}; }; - environment.systemPackages = [ + environment.systemPackages = with pkgs; [ localPackages.x86_64-linux.jhelioviewer + bottles ]; services.printing.enable = true;