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 = {