nixos/modules/desktop/apps/default.nix
2024-08-21 18:34:12 +04:00

19 lines
244 B
Nix

{
imports = [
./keepassxc
./bitwarden
./pass
./nicotineplus
./kdeconnect
./nemo
./transmission
./qbittorrent
./kcc
./calibre
./mangal
./obs
./nextcloud
./rssguard
./localsend
];
}