mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
16 lines
222 B
Nix
16 lines
222 B
Nix
![]() |
{pkgs, ...}: {
|
||
|
home.packages = builtins.attrValues {
|
||
|
inherit
|
||
|
(pkgs)
|
||
|
blender
|
||
|
darktable
|
||
|
gimp
|
||
|
opentabletdriver
|
||
|
;
|
||
|
inherit
|
||
|
(pkgs.sweethome3d)
|
||
|
application
|
||
|
;
|
||
|
};
|
||
|
}
|