12 lines
122 B
Nix
12 lines
122 B
Nix
{ ... }: {
|
|
imports = [
|
|
./appimage
|
|
./gaming
|
|
./git
|
|
./school
|
|
./sway
|
|
./theming
|
|
./wayland
|
|
];
|
|
}
|