remove maestral

This commit is contained in:
2025-03-22 09:32:18 +01:00
parent f8d228d493
commit c834f6adbd
2 changed files with 0 additions and 6 deletions

View File

@@ -14,7 +14,6 @@
./inkscape ./inkscape
./ktouch ./ktouch
./libreoffice ./libreoffice
./maestral
./neovim ./neovim
##./nixvim ##./nixvim
./nextcloud ./nextcloud

View File

@@ -1,5 +0,0 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ maestral maestral-gui ];
}