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

12 lines
114 B
Nix

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