{ pkgs, ... }: { imports = [ ./wm.nix ./rofi.nix ]; home.packages = with pkgs; [ feh ]; xsession = { enable = true; }; }