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