home: nix: remove unused 'options'
This commit is contained in:
parent
c19baeb19d
commit
beeafe5e33
|
@ -1,5 +1,5 @@
|
|||
# Nix related settings
|
||||
{ config, inputs, lib, options, pkgs, ... }:
|
||||
{ config, inputs, lib, pkgs, ... }:
|
||||
let
|
||||
cfg = config.my.home.nix;
|
||||
|
||||
|
|
Loading…
Reference in a new issue