commit | 16a2fd876ced17004bfed0c845847da01a949c9d | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Mon Apr 17 08:12:49 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Mon Apr 17 08:12:49 2023 +0000 |
tree | 2642a3f6f66dc8f631b02fdc1ae3ea6268afea22 | |
parent | ccb566b76bc30682ccc916b19623581214842470 [diff] |
Install libreoffice
diff --git a/modules/libreoffice.nix b/modules/libreoffice.nix new file mode 100644 index 0000000..3183580 --- /dev/null +++ b/modules/libreoffice.nix
@@ -0,0 +1,3 @@ +{ pkgs, ... }: { + home.home.packages = [ pkgs.libreoffice ]; +}