Remove libreoffice by default
This commit is contained in:
parent
34b1968d1f
commit
eb66cd5c12
|
@ -1,4 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [./chromium.nix ./wezterm.nix];
|
||||
home.packages = with pkgs; [libreoffice-fresh otpclient];
|
||||
home.packages = with pkgs; [otpclient];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue