NixOS-Config/modules/system/programs/default.nix

13 lines
131 B
Nix
Raw Normal View History

2024-10-09 03:36:08 -04:00
{ ... }:
{
imports = [
./backlights
./dconf
./desktops
2024-10-09 03:36:08 -04:00
./gaming
./git
./home-manager
./shells
2024-10-09 03:36:08 -04:00
];
}