{pkgs, ...}: {
xdg.portal = {
enable = true;
wlr.enable = true;
};
# Enable automatic login for the user.
services = {
flatpak.enable = true;
greetd = {
settings = rec {
initial_session = {
user = "user";
command = "${pkgs.greetd.greetd}/bin/agreety --cmd Hyprland";
default_session = initial_session;
xserver = {
layout = "cn";
xkbVariant = "";
libinput = {
mouse = {
accelProfile = "flat";
pipewire = {
alsa.enable = true;
pulse.enable = true;
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
hyprland-protocols
hyprland-share-picker
xdg-desktop-portal-hyprland
];
programs = {
hyprland = {
xwayland = {
hidpi = true;
git.enable = true;
}