nixos-config/modules/system/programs/default.nix
2024-12-09 23:07:20 -05:00

12 lines
131 B
Nix

{ ... }:
{
imports = [
./backlights
./dconf
./desktops
./gaming
./git
./home-manager
./shells
];
}