15 lines
234 B
Nix
15 lines
234 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./application/zathura
|
|
./cli/neovim
|
|
./cli/vifm
|
|
./cli/zsh
|
|
./desktop/sway
|
|
./gaming/lutris
|
|
./video/kdenlive
|
|
./web/firefox
|
|
./web/qutebrowser/default.nix
|
|
./web/webcord
|
|
];
|
|
}
|