clean(wivrn)
This commit is contained in:
@@ -40,15 +40,20 @@ in
|
||||
options.modules.wivrn = {
|
||||
enable = lib.mkEnableOption "Wivrn configuration module";
|
||||
};
|
||||
# whole blender config including addons is too fat to include here
|
||||
config = lib.mkIf cfg.enable {
|
||||
services.wivrn = {
|
||||
enable = true;
|
||||
package = wivrn_override;
|
||||
openFirewall = true;
|
||||
defaultRuntime = true;
|
||||
services = {
|
||||
wivrn = {
|
||||
enable = true;
|
||||
package = wivrn_override;
|
||||
openFirewall = true;
|
||||
defaultRuntime = true;
|
||||
};
|
||||
avahi = {
|
||||
enable = true;
|
||||
publish.enable = true;
|
||||
publish.userServices = true;
|
||||
};
|
||||
};
|
||||
programs.adb.enable = true;
|
||||
};
|
||||
# nix'ing a blender config is most likely not possible
|
||||
# could probs install blender addons through nix since they are fat fat mega fat to install TODO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user