{ pkgs }: let workstationProfile = import ./workstation.nix { inherit pkgs; }; desktopPkgs = with pkgs; [ unstable.chromium foot # Wayland-native terminal emulator wofi # Application launcher for Wayland ]; in { packages = workstationProfile.packages ++ desktopPkgs; }