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

16 lines
154 B
Nix

{
...
}:
{
imports = [
./bundles
./programs
./services
# ./dotfiles.nix
# ./helix.nix
# ./kitty.nix
# ./shell.nix
];
}