Add libreoffice
This commit is contained in:
parent
e1d25b2968
commit
3703d7f392
2 changed files with 9 additions and 0 deletions
8
modules/desktop/apps/office.nix
Normal file
8
modules/desktop/apps/office.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
libreoffice-qt-fresh
|
||||
];
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue