nixos/modules/desktop/apps/default.nix

21 lines
255 B
Nix
Raw Normal View History

2023-07-08 21:18:57 +04:00
{
imports = [
./keepassxc
2024-01-28 17:13:24 +04:00
./bitwarden
2023-08-09 19:47:20 +04:00
./pass
2023-07-09 17:51:13 +04:00
./nicotineplus
2023-07-11 21:41:24 +04:00
./kdeconnect
2023-07-15 18:17:31 +04:00
./nemo
2023-07-19 01:59:19 +04:00
./transmission
2024-08-21 18:34:12 +04:00
./qbittorrent
2023-07-31 23:52:30 +04:00
./kcc
./calibre
2023-08-02 22:41:26 +04:00
./mangal
2023-08-06 21:19:35 +04:00
./obs
2023-08-29 21:58:59 +04:00
./nextcloud
2023-08-31 17:33:18 +04:00
./rssguard
2024-07-05 11:53:58 +04:00
./localsend
2024-09-05 14:41:14 +04:00
./anki
2023-07-08 21:18:57 +04:00
];
}