30 lines
399 B
Nix
30 lines
399 B
Nix
{ ... }: {
|
|
imports = [
|
|
./cava
|
|
./chromium
|
|
./dbeaver
|
|
./firefox
|
|
./firefox-dev-edition
|
|
./freecad
|
|
./fzf
|
|
./gimp
|
|
./gitui
|
|
./inkscape
|
|
./kdenlive
|
|
./keepassxc
|
|
./kicad
|
|
./libreoffice-fresh
|
|
./mangohud
|
|
./mpv
|
|
./obs-studio
|
|
./owncloud-client
|
|
./pandoc
|
|
./qtcreator
|
|
./thunderbird
|
|
./tldr
|
|
./vlc
|
|
./yt-dlp
|
|
./zoxide
|
|
];
|
|
}
|