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

15 lines
149 B
Nix

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