{ config, lib, pkgs, modulesPath, ... }: { imports = [ ./wmonly.nix ]; environment.systemPackages = with pkgs; [ # ---- wayfire ---- wayfire-with-plugins wayfirePlugins.wcm wayfirePlugins.wf-shell ]; }