{ config, lib, pkgs, modulesPath, ... }: { imports = [ ./wmonly.nix ]; programs.sway = { enable = true; #package = pkgs.swayfx; wrapperFeatures.gtk = true; wrapperFeatures.base = true; extraPackages = with pkgs; [ glib ]; }; security.pam.services.swaylock = {}; environment.systemPackages = with pkgs; [ swaybg bemenu swayimg xdg-desktop-portal-wlr waybar alacritty swaylock wdisplays grim cage ]; }