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)
10 lines
85 B
Nix
10 lines
85 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
lib,
|
|
...
|
|
}: {
|
|
services.seatd = {
|
|
enable = true;
|
|
};
|
|
}
|