25 lines
342 B
Nix
25 lines
342 B
Nix
{ ... }: {
|
|
imports = [
|
|
./chromium
|
|
./dbeaver
|
|
./firefox
|
|
./firefox-dev-edition
|
|
./gimp
|
|
./gitui
|
|
./inkscape
|
|
./kdenlive
|
|
./keepassxc
|
|
./libreoffice-fresh
|
|
./mangohud
|
|
./minecraft
|
|
./mpv
|
|
./obs-studio
|
|
./owncloud-client
|
|
./qtcreator
|
|
./thunderbird
|
|
./tldr
|
|
./vlc
|
|
./yt-dlp
|
|
];
|
|
}
|