diff --git a/template/configuration.nix b/template/configuration.nix index a7455d48..0c7d0a9b 100644 --- a/template/configuration.nix +++ b/template/configuration.nix @@ -12,6 +12,7 @@ let inputs.hydenix.lib.overlays (final: prev: { userPkgs = import inputs.nixpkgs { + inherit (pkgs) system; config.allowUnfree = true; }; }) diff --git a/template/docs/options.md b/template/docs/options.md index 76960fb4..1cafc6ee 100644 --- a/template/docs/options.md +++ b/template/docs/options.md @@ -115,7 +115,7 @@ below are the default options for hydenix. they are in *object format* and any o dolphin.enable = true; # file manager editors = { enable = true; # enable editors module - neovim.enable = true; # enable neovim module + neovim = true; # enable neovim module vscode = { enable = true; # enable vscode module wallbash = true; # enable wallbash extension for vscode