From 5dce76ffc2c89b5934597a12e1e5168e36d812a1 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sat, 26 Apr 2025 19:45:31 -0400 Subject: [PATCH] fusion --- nixos/machines/swarm/configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nixos/machines/swarm/configuration.nix b/nixos/machines/swarm/configuration.nix index b836e84..78d5a37 100644 --- a/nixos/machines/swarm/configuration.nix +++ b/nixos/machines/swarm/configuration.nix @@ -159,13 +159,12 @@ }; patches = []; })) + # Test driving + freecad-wayland ]; virtualisation.podman = {enable = true;}; - # Basically only for fusion 360 - services.flatpak.enable = true; - # Enable sway programs.sway = { enable = true;