hyprland: remove hyprchroma
a
This commit is contained in:
parent
9aa5d3ca3a
commit
0010081a9f
4 changed files with 1 additions and 47 deletions
39
flake.lock
generated
39
flake.lock
generated
|
@ -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,
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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)"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue