From a4f943e1b077f29eadf4aac8f28a69aa89841435 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 10 Dec 2024 22:13:12 +0100 Subject: [PATCH] enable sway --- config.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.nix b/config.nix index cc1909e..5f8b4a7 100644 --- a/config.nix +++ b/config.nix @@ -79,11 +79,11 @@ PermitRootLogin = "no"; }; }; + }; - cage = { - enable = true; - program = "${lib.getExe pkgs.xterm}"; - }; + programs.sway = { + enable = true; + wrapperFeatures.gtk = true; }; nix = {