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;