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)
This commit is contained in:
parent
83c26c1e31
commit
4a99257e90
6 changed files with 40 additions and 7 deletions
10
nixos/services/seatd.service.nix
Normal file
10
nixos/services/seatd.service.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
services.seatd = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue