Files
old-nixos-dotfiles/user/packages/default.nix
2025-03-08 19:00:55 +09:00

32 lines
425 B
Nix

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