add libreoffice

This commit is contained in:
xunuwu 2024-10-25 02:43:29 +02:00
parent 17e15e69d1
commit b794d397a7
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
2 changed files with 4 additions and 0 deletions

View file

@ -28,6 +28,7 @@
# desktop # desktop
../../programs/desktop ../../programs/desktop
../../programs/desktop/libreoffice.nix
../../programs/desktop/theme.nix ../../programs/desktop/theme.nix
../../programs/desktop/awesome ../../programs/desktop/awesome
#../../programs/desktop/hyprland #../../programs/desktop/hyprland

View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = with pkgs; [libreoffice-qt6];
}