diff --git a/modules/sway.nix b/modules/sway.nix index c0e0910..a336283 100644 --- a/modules/sway.nix +++ b/modules/sway.nix @@ -1,9 +1,10 @@ { config, lib, pkgs, ... }: { + programs.sway = { + enable = true; + wrapperFeatures.gtk = true; # so that gtk works properly + }; + home-manager.users.james = { - wayland.windowManager.sway = { - enable = true; - wrapperFeatures.gtk = true; - }; home.packages = with pkgs; [ autotiling