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

13 lines
131 B
Nix

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