nixos-config/modules/wrapper-manager/default.nix

7 lines
76 B
Nix

{
imports = [
./programs/blender.nix
./programs/zellij.nix
];
}