nixos-config/nixos/services/laptop.preset.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

14 lines
295 B
Nix

{...}: {
imports = [
./nginx.service.nix
./pipewire.service.nix
./syncthing.service.nix
./misc.service.nix
./avahi.service.nix
./printing.service.nix
./tailscale.service.nix
./power_management.service.nix
./seatd.service.nix
./logind.service.nix
];
}