Install libreoffice
on picard
This commit is contained in:
parent
72a1d720a7
commit
bc88e102b6
2 changed files with 5 additions and 0 deletions
4
hmModules/libreoffice/default.nix
Normal file
4
hmModules/libreoffice/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = [ pkgs.libreoffice ];
|
||||||
|
}
|
|
@ -89,6 +89,7 @@
|
||||||
"freecad"
|
"freecad"
|
||||||
"zathura"
|
"zathura"
|
||||||
"imv"
|
"imv"
|
||||||
|
"libreoffice"
|
||||||
];
|
];
|
||||||
extraGroups = [ ];
|
extraGroups = [ ];
|
||||||
backupPaths = [ ];
|
backupPaths = [ ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue