diff --git a/flake.lock b/flake.lock index 6122615..91753c0 100644 --- a/flake.lock +++ b/flake.lock @@ -413,27 +413,6 @@ "type": "github" } }, - "hyprchroma": { - "inputs": { - "hyprland": [ - "hyprland" - ], - "nix-filter": "nix-filter" - }, - "locked": { - "lastModified": 1729227619, - "narHash": "sha256-6l7rNESQY5LeS6BSMBTk7quSqDkgPSf7yFD4yiST3cw=", - "owner": "alexhulbert", - "repo": "hyprchroma", - "rev": "a741598975d9a10bb1cbed44470ca8d68dfd9277", - "type": "github" - }, - "original": { - "owner": "alexhulbert", - "repo": "hyprchroma", - "type": "github" - } - }, "hyprcursor": { "inputs": { "hyprlang": [ @@ -886,21 +865,6 @@ } }, "nix-filter": { - "locked": { - "lastModified": 1710156097, - "narHash": "sha256-1Wvk8UP7PXdf8bCCaEoMnOT1qe5/Duqgj+rL8sRQsSM=", - "owner": "numtide", - "repo": "nix-filter", - "rev": "3342559a24e85fc164b295c3444e8a139924675b", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "nix-filter", - "type": "github" - } - }, - "nix-filter_2": { "locked": { "lastModified": 1693833173, "narHash": "sha256-hlMABKrGbEiJD5dwUSfnw1CQ3bG7KKwDV+Nx3bEZd7U=", @@ -2830,7 +2794,6 @@ "flake-parts": "flake-parts", "helix": "helix", "home-manager": "home-manager", - "hyprchroma": "hyprchroma", "hyprland": "hyprland", "hyprland-plugins": "hyprland-plugins", "hyprsplit": "hyprsplit", @@ -2970,7 +2933,7 @@ "hyprland": [ "hyprland" ], - "nix-filter": "nix-filter_2" + "nix-filter": "nix-filter" }, "locked": { "lastModified": 1729443896, diff --git a/flake.nix b/flake.nix index 8a125e6..6abd150 100644 --- a/flake.nix +++ b/flake.nix @@ -43,11 +43,6 @@ inputs.hyprland.follows = "hyprland"; }; - hyprchroma = { - url = "github:alexhulbert/hyprchroma"; - inputs.hyprland.follows = "hyprland"; - }; - hyprsplit = { url = "github:shezdy/hyprsplit"; inputs.hyprland.follows = "hyprland"; diff --git a/modules/wms/wayland/hyprland/decorations.nix b/modules/wms/wayland/hyprland/decorations.nix index 1497c54..45f3887 100644 --- a/modules/wms/wayland/hyprland/decorations.nix +++ b/modules/wms/wayland/hyprland/decorations.nix @@ -64,8 +64,6 @@ in { "size 70% 70%, class:^(code), title: ^(Open*)" "center, class: ^(code), title: ^(Open*)" "float, class:^(org.keepassxc.KeePassXC)$" - "plugin:chromakey,fullscreen:0" - # "chromakey_background = rgb(07121b)" ]; }; }; diff --git a/modules/wms/wayland/hyprland/module.nix b/modules/wms/wayland/hyprland/module.nix index db937f5..c4d0589 100644 --- a/modules/wms/wayland/hyprland/module.nix +++ b/modules/wms/wayland/hyprland/module.nix @@ -8,7 +8,6 @@ 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 = [ @@ -49,7 +48,6 @@ in { # Split-monitor-workspaces provides awesome-like workspace behaviour plugins = [ hyprsplit - hyprchroma ]; # Xwayland for X applications