hyprland: add hyprchroma

This commit is contained in:
Charlie Root 2024-10-20 13:26:46 +02:00
commit 72cb0f8c2b
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
5 changed files with 51 additions and 5 deletions

View file

@ -8,6 +8,7 @@
cfg = config.modules.usrEnv.desktops.hyprland;
inherit (config.meta.mainUser) username;
inherit (inputs'.hyprsplit.packages) hyprsplit;
hyprchroma = inputs'.hyprchroma.packages.default;
inherit (lib) mkIf mkDefault;
in {
imports = [
@ -48,6 +49,7 @@ in {
# Split-monitor-workspaces provides awesome-like workspace behaviour
plugins = [
hyprsplit
hyprchroma
];
# Xwayland for X applications