modules: remove unnecessary function attributes

This commit is contained in:
Gabriel Arazas 2023-12-20 10:48:32 +08:00
parent 220f7ad528
commit a2dfc6f3b9
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# NixOS gaming.
{ lib, options, config, pkgs, ... }:
{ lib, config, pkgs, ... }:
let
cfg = config.profiles.gaming;

View File

@ -1,4 +1,4 @@
{ config, options, lib, pkgs, ... }:
{ config, lib, pkgs, ... }:
let
cfg = config.workflows.workflows.knome;