mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 12:19:08 +00:00
programs/blender: fix erroneous attribute
This commit is contained in:
parent
f1c271cb59
commit
5f73ab74e9
@ -38,7 +38,7 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
cfg = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
environment.systemPackages = [ cfg.package ];
|
environment.systemPackages = [ cfg.package ];
|
||||||
|
|
||||||
# Modify the search path of the Blender addons. Since the default path is
|
# Modify the search path of the Blender addons. Since the default path is
|
||||||
|
Loading…
Reference in New Issue
Block a user