nixos-config/modules/home/programs/default.nix

9 lines
68 B
Nix
Raw Normal View History

2024-10-09 03:30:34 -04:00
{ ... }:
{
imports = [
./gui
./terminal
./misc
];
}