nvf neovim distribution #1

Open
wymiller wants to merge 9 commits from nvf-neovim into master
25 changed files with 632 additions and 774 deletions
Showing only changes of commit 82eeacddaf - Show all commits

View File

@@ -8,7 +8,7 @@
with lib; let
cfg = config.sound.hardware.focusrite;
in {
options.focusrite = {
options.sound.hardware.focusrite = {
enable = mkEnableOption "Focusrite audio interface support";
guiSupport = mkOption {
type = types.bool;
@@ -21,7 +21,6 @@ in {
environment.systemPackages = with pkgs;
[
scarlett2
alsa-scarlett-gui
]
++ (
if cfg.guiSupport