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:
Gabriella Bere 2024-10-20 19:04:36 +01:00
parent 66c53739ce
commit 3675fbdcc1
3 changed files with 45 additions and 4 deletions

View file

@ -116,6 +116,9 @@
# no need to redefine it in your config for now)
#media-session.enable = true;
};
musnix.enable = true;
# pam.services = [
# { name = "gnome_keyring"
@ -136,7 +139,7 @@
users.users.blue = {
isNormalUser = true;
description = "Gabriella Bere";
extraGroups = [ "networkmanager" "wheel" "dialout" ];
extraGroups = [ "networkmanager" "wheel" "dialout" "audio" ];
shell = pkgs.zsh;
};