feat: Added apps folder

This commit is contained in:
uttarayan21
2025-03-20 13:35:31 +05:30
parent cecf008a24
commit d3a94c834a
8 changed files with 51 additions and 26 deletions

9
home/apps/default.nix Normal file
View File

@@ -0,0 +1,9 @@
{pkgs, ...}: {
imports = [
./guitarix.nix
./bambu-studio.nix
./guitar.nix
];
home.packages = [
];
}