From d3818561c33588cbde92077d9106dffccedd3e4f Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sun, 12 May 2024 23:22:28 -0400 Subject: [PATCH] test --- .../gui/desktopEnvironments/sway/default.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/user/modules/gui/desktopEnvironments/sway/default.nix b/src/user/modules/gui/desktopEnvironments/sway/default.nix index 3fae44a..1aedb9a 100644 --- a/src/user/modules/gui/desktopEnvironments/sway/default.nix +++ b/src/user/modules/gui/desktopEnvironments/sway/default.nix @@ -17,13 +17,13 @@ in }; }; - gtk = { - enable = true; - theme.package = pkgs.juno-theme; - theme.name = "Juno-ocean"; - iconTheme.package = pkgs.qogir-icon-theme; - iconTheme.name = "Qogir"; - }; + #gtk = { + # enable = true; + # theme.package = pkgs.juno-theme; + # theme.name = "Juno-ocean"; + # iconTheme.package = pkgs.qogir-icon-theme; + # iconTheme.name = "Qogir"; + #}; qt = { enable = true;