[m] Develop modules
This commit is contained in:
12
modules/home/gui/apps/develop/default.nix
Normal file
12
modules/home/gui/apps/develop/default.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ lib, config, pkgs, ... }: {
|
||||
|
||||
imports = [ ./vscodium ];
|
||||
|
||||
config = lib.mkIf (config.homecfg.make.develop) {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
blender
|
||||
godot_4
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user