mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-13 18:19:00 +00:00
modules: remove unnecessary function attributes
This commit is contained in:
parent
220f7ad528
commit
a2dfc6f3b9
@ -1,5 +1,5 @@
|
||||
# NixOS gaming.
|
||||
{ lib, options, config, pkgs, ... }:
|
||||
{ lib, config, pkgs, ... }:
|
||||
|
||||
let
|
||||
cfg = config.profiles.gaming;
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ config, options, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
cfg = config.workflows.workflows.knome;
|
||||
|
Loading…
Reference in New Issue
Block a user