{ pkgs, ... }: { imports = [ ./desktop.nix ]; environment.systemPackages = with pkgs; with libsForQt5; [ lightly kwindowsystem krdc ]; services.xserver = { enable = true; desktopManager.plasma5.enable = true; displayManager.sddm = { enable = true; # theme = "catppuccin-macchiato"; settings = { General = { InputMethod = ""; }; }; }; }; }