feat: rename extra.nix -> configuration.nix

This commit is contained in:
raf 2023-07-12 00:15:23 +03:00
commit 00f801a23f
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
pkgs,
...
}: let
inherit (import ../extra.nix inputs) neovimConfiguration mainConfig;
inherit (import ../configuration.nix inputs) neovimConfiguration mainConfig;
buildPkg = pkgs: modules:
(neovimConfiguration {inherit pkgs modules;})