Add onlyoffice to distro

This commit is contained in:
Greg Hellings
2022-05-25 00:15:11 -05:00
parent cc98e529f5
commit ac9d5fad06
+5 -1
View File
@@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
imports = [
@@ -6,4 +6,8 @@
./firefox.nix
./terminal.nix
];
home.packages = with pkgs; [
onlyoffice-bin
];
}