mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-31 14:43:11 +02:00
feat: redesign the project structure
This commit is contained in:
21
home/linux/desktop/creative.nix
Normal file
21
home/linux/desktop/creative.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# creative
|
||||
# blender # 3d modeling
|
||||
# gimp # image editing, I prefer using figma in browser instead of this one
|
||||
inkscape # vector graphics
|
||||
krita # digital painting
|
||||
kicad # 3d printing, eletrical engineering
|
||||
musescore # music notation
|
||||
reaper # audio production
|
||||
];
|
||||
|
||||
programs = {
|
||||
obs-studio.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user