Files
nixos/modules/home-manager/programs/default.nix
2025-07-24 12:17:21 +02:00

15 lines
152 B
Nix

{
...
}:
{
imports = [
./creativity.nix
./fish.nix
./helix.nix
./kitty.nix
./nvim.nix
./photos.nix
./scanner.nix
];
}