Unverified Commit 8d564190 authored by DontEatOreo's avatar DontEatOreo
Browse files

nixos/gpu-screen-recorder: format with nixfmt-rfc-style

parent c46ef126
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
{ config, lib, pkgs, ... }:
{
  config,
  lib,
  pkgs,
  ...
}:

let
  cfg = config.programs.gpu-screen-recorder;
  package = cfg.package.override {
    inherit (config.security) wrapperDir;
  };
in {
in
{
  options = {
    programs.gpu-screen-recorder = {
      package = lib.mkPackageOption pkgs "gpu-screen-recorder" { };