nixos/modules/desktop/apps/default.nix

8 lines
75 B
Nix
Raw Normal View History

2023-07-08 21:18:57 +04:00
{
imports = [
./keepassxc
2023-07-09 17:51:13 +04:00
./nicotineplus
2023-07-11 21:41:24 +04:00
./kdeconnect
2023-07-08 21:18:57 +04:00
];
}