Add nextcloud-client

This commit is contained in:
Greg Hellings
2022-09-13 22:32:48 -05:00
parent 012403d9f3
commit 4c133a7d21
+1
View File
@@ -11,6 +11,7 @@ in with lib; {
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
keepassxc
nextcloud-client
];
};
}