fmt
This commit is contained in:
@@ -4,11 +4,13 @@
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: let
|
||||
}:
|
||||
let
|
||||
inherit (lib) mkIf mkEnableOption mkOption;
|
||||
cfg = config.nixos.programs.gamemode;
|
||||
pipewireLowLatencyModule = inputs.nix-gaming.nixosModules.pipewireLowLatency;
|
||||
in {
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
pipewireLowLatencyModule
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user