nixos-config/nixos/services/seatd.service.nix
Zhongheng Liu 4a99257e90
feat: nvidia logind seatd gamescope config update
Nvidia: added Dynamic Boost and fixed PRIME BusIDs
Gamescope: added capSysNice definition
Fcitx5: change names to resolve eval warning
Logind: Delayed processing of power key press (600ms)
2024-10-02 17:36:18 +03:00

10 lines
85 B
Nix

{
pkgs,
config,
lib,
...
}: {
services.seatd = {
enable = true;
};
}