added musnix to set env vars allowing vst plugins from lsp-plugins to be
discoverable by OBS and other apps, enabled musnix in laptop configuration.nix
This commit is contained in:
parent
66c53739ce
commit
3675fbdcc1
3 changed files with 45 additions and 4 deletions
|
@ -40,6 +40,8 @@
|
|||
};
|
||||
|
||||
stylix.url = "github:danth/stylix";
|
||||
|
||||
musnix.url = "github:musnix/musnix";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, stablepkgs, home-manager, ... } @ inputs:
|
||||
|
@ -61,6 +63,7 @@
|
|||
./modules/aagl.nix
|
||||
inputs.aagl.nixosModules.default
|
||||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
inputs.musnix.nixosModules.musnix
|
||||
# inputs.stylix.nixosModules.stylix
|
||||
{ nix.settings = inputs.aagl.nixConfig; } # Setup cachix for aagl projects
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue