pkgs: remove libreoffice for chest

This commit is contained in:
2025-05-21 17:02:09 +03:00
parent 48ce8bdf9d
commit 88efa96ac7
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,6 @@
{
{ pkgs, ... }: {
programs.hyprlock.enable = true;
home.packages = with pkgs; [
libreoffice
];
}