commit 213ae20beebb0a10ebd36d7f05bb6c817ac4ad76
parent d54ab28e1d8a6597e70b829f902b8433407404b8
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 3 Apr 2022 23:33:41 +0200
parent d54ab28e1d8a6597e70b829f902b8433407404b8
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 3 Apr 2022 23:33:41 +0200
machines/blechbuechse: add LibreOffice to systemPackages
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/machines/blechbuechse/darwin-configuration.nix b/machines/blechbuechse/darwin-configuration.nix @@ -7,6 +7,7 @@ let MonitorControl = pkgs.callPackage ../../pkgs/macApps/MonitorControl.nix {}; KeepingYouAwake = pkgs.callPackage ../../pkgs/macApps/KeepingYouAwake.nix {}; Firefox = pkgs.callPackage ../../pkgs/macApps/Firefox.nix {}; + LibreOffice = pkgs.callPackage ../../pkgs/macApps/LibreOffice.nix {}; iTerm = pkgs.callPackage ../../pkgs/macApps/iTerm.nix {}; HiddenBar = pkgs.callPackage ../../pkgs/macApps/HiddenBar.nix {}; AlDente = pkgs.callPackage ../../pkgs/macApps/AlDente.nix {}; @@ -52,6 +53,7 @@ in { systemPackages = with pkgs; [ bashInteractive Firefox + LibreOffice iTerm HiddenBar MonitorControl