Add libreoffice to default GUI packages

This commit is contained in:
Evie Litherland-Smith 2023-06-30 13:07:21 +01:00
parent 6a1a76097f
commit a7ac445082

View file

@ -1,4 +1,11 @@
{pkgs, ...}: { {pkgs, ...}: {
imports = [./firefox.nix ./wezterm.nix]; imports = [./firefox.nix ./wezterm.nix];
home.packages = with pkgs; [neovide bitwarden otpclient signal-desktop fractal]; home.packages = with pkgs; [
neovide
bitwarden
otpclient
signal-desktop
fractal
libreoffice
];
} }