mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +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 ];
|
||||
|
||||
# Modify the search path of the Blender addons. Since the default path is
|
||||
|
Loading…
Reference in New Issue
Block a user