11 lines
162 B
Nix
11 lines
162 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./desktop/sway
|
|
./gaming/lutris
|
|
./video/kdenlive
|
|
./web/firefox
|
|
./web/qutebrowser/default.nix
|
|
./web/webcord
|
|
];
|
|
}
|