mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-19 18:25:11 +02:00
treewide: apply deadnix suggestions
This commit is contained in:
parent
c7a261db2c
commit
95361fda3c
7 changed files with 4 additions and 29 deletions
|
@ -4,16 +4,10 @@ self:
|
|||
config,
|
||||
lib,
|
||||
...
|
||||
}@args:
|
||||
}:
|
||||
let
|
||||
inherit (lib)
|
||||
mkEnableOption
|
||||
mkOption
|
||||
mkOptionType
|
||||
mkForce
|
||||
mkMerge
|
||||
mkIf
|
||||
types
|
||||
;
|
||||
cfg = config.programs.nixvim;
|
||||
evalArgs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue