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
-1
View File
@@ -8,6 +8,5 @@
mpv mpv
obsidian obsidian
pkgs-fixed.thunderbird pkgs-fixed.thunderbird
libreoffice
]; ];
} }
+4 -1
View File
@@ -1,3 +1,6 @@
{ { pkgs, ... }: {
programs.hyprlock.enable = true; programs.hyprlock.enable = true;
home.packages = with pkgs; [
libreoffice
];
} }