15 lines
147 B
Nix
15 lines
147 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./appimage
|
|
./backlights
|
|
./dconf
|
|
./gaming
|
|
./git
|
|
./qt
|
|
./security
|
|
./shells
|
|
./sway
|
|
];
|
|
}
|