Add onlyoffice to distro
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
@@ -6,4 +6,8 @@
|
||||
./firefox.nix
|
||||
./terminal.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
onlyoffice-bin
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user