mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
ref(nix): scoped my own options
This commit is contained in:
parent
6fb4786d91
commit
4686d00a7f
3 changed files with 8 additions and 10 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
extraLanguageServers,
|
||||
helperFuncs,
|
||||
settings,
|
||||
...
|
||||
}: let
|
||||
inherit (helperFuncs) if';
|
||||
inherit (settings.helperFuncs) if';
|
||||
inherit (settings) extraLanguageServers;
|
||||
in {
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue