Add libreoffice to default GUI packages
This commit is contained in:
parent
6a1a76097f
commit
a7ac445082
|
@ -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
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue