From d752880bad3bcadb047a50af2c3037624555871d Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Wed, 9 Jul 2025 03:48:59 -0400 Subject: [PATCH] oop --- nixos/machines/swarm/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos/machines/swarm/configuration.nix b/nixos/machines/swarm/configuration.nix index 3f5639e..63dcb68 100644 --- a/nixos/machines/swarm/configuration.nix +++ b/nixos/machines/swarm/configuration.nix @@ -102,11 +102,11 @@ services.desktopManager.plasma6.enable = true; environment.sessionVariables.NIXOS_OZONE_WL = "1"; # Enable swaywm - programs.sway = { - enable = true; - package = inputs'.swayfx.packages.default; - wrapperFeatures.gtk = true; - }; + # programs.sway = { + # enable = true; + # package = inputs'.swayfx.packages.default; + # wrapperFeatures.gtk = true; + # }; # Setup bluetooth hardware.bluetooth.enable = true;