Add bottles to alpheratz

This commit is contained in:
2024-09-23 12:20:46 -05:00
parent ac836bfd4b
commit f078725db0

View File

@@ -31,8 +31,9 @@
secrets."wireguard/preshared" = {}; secrets."wireguard/preshared" = {};
}; };
environment.systemPackages = [ environment.systemPackages = with pkgs; [
localPackages.x86_64-linux.jhelioviewer localPackages.x86_64-linux.jhelioviewer
bottles
]; ];
services.printing.enable = true; services.printing.enable = true;