feat: Added apps folder
This commit is contained in:
9
home/apps/default.nix
Normal file
9
home/apps/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./guitarix.nix
|
||||
./bambu-studio.nix
|
||||
./guitar.nix
|
||||
];
|
||||
home.packages = [
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user