Remove libreoffice by default

This commit is contained in:
Evie Litherland-Smith 2023-06-15 17:43:35 +01:00
parent 34b1968d1f
commit eb66cd5c12

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
imports = [./chromium.nix ./wezterm.nix];
home.packages = with pkgs; [libreoffice-fresh otpclient];
home.packages = with pkgs; [otpclient];
}