NixOS-Config/modules/system/programs/default.nix
2024-11-19 13:20:34 -05:00

16 lines
156 B
Nix

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