NixOS-Config/modules/home/programs/default.nix
2024-10-09 03:36:08 -04:00

9 lines
68 B
Nix

{ ... }:
{
imports = [
./gui
./terminal
./misc
];
}