Files
old-nixos-dotfiles/user/packages/default.nix
2025-03-07 17:04:41 +09:00

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
];
}