Files
nixos-blueprint/modules/home/programs/default.nix
2025-03-31 16:45:24 +03:00

10 lines
97 B
Nix

{
imports = [
./console
./editor
./shell
./terminal
./syncthing.nix
];
}