16 lines
168 B
Nix
16 lines
168 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./all.nix
|
|
./browser
|
|
./gaming
|
|
./media
|
|
./notify
|
|
./screencast
|
|
./terminal
|
|
./wm
|
|
./style
|
|
./quickshell
|
|
];
|
|
}
|