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

15 lines
155 B
Nix

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