Files
nixos/modules/home-manager/bundles/default.nix
2025-07-23 16:49:52 +02:00

12 lines
110 B
Nix

{
...
}:
{
imports = [
./desktop-apps.nix
./myhypr.nix
./shell.nix
./work-apps.nix
];
}