Skip to content

Commit

Permalink
make use of my nur repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Oct 28, 2023
1 parent 4c3a929 commit 0d2e378
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/feats/midi/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{ pkgs, lib, config, user, ... }:

with lib;
let cfg = config.modules.feats.midi;
let
cfg = config.modules.feats.midi;
mrtnvgr = config.nur.repos.mrtnvgr;
in {
options.modules.feats.midi = { enable = mkEnableOption "midi"; };
config = mkIf cfg.enable {
Expand All @@ -10,6 +12,7 @@ in {
enable = true;
extraConfig = ''
soundfont /home/user/soundfonts/arachno.sf2
soundfont ${soundfont.soundfont-arachno}
# Enable all midi effects
opt -Ewpvsetoz
Expand Down
1 change: 1 addition & 0 deletions modules/template.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
with lib;
let
cfg = config.modules.SECTION.PROGRAM;
mrtnvgr = config.nur.repos.mrtnvgr;
inherit (config.colorScheme) colors;
in
{
Expand Down

0 comments on commit 0d2e378

Please sign in to comment.