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

15 lines
141 B
Nix

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