This commit is contained in:
commit
95a533c876
451 changed files with 18255 additions and 0 deletions
20
modules/home/hyprland/applications/libreoffice/default.nix
Normal file
20
modules/home/hyprland/applications/libreoffice/default.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
cfg = config.wayland.windowManager.hyprland;
|
||||
app = cfg.applications.office.default;
|
||||
|
||||
inherit (lib) mkIf;
|
||||
in
|
||||
{
|
||||
config = mkIf (cfg.enable && app == "libreoffice") {
|
||||
home.packages = [ pkgs.libreoffice ];
|
||||
|
||||
# TODO: set Tools > Options > Application Colors > Automatic = Dark
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue