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
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue