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

15 lines
147 B
Nix

{ ... }:
{
imports = [
./appimage
./backlights
./dconf
./gaming
./git
./qt
./security
./shells
./sway
];
}