removed hyprland plugins as scrolling is now in hyprland!! :3

This commit is contained in:
foxora 2026-03-07 19:25:28 +00:00
parent be96d1dbf7
commit 2a66cb0014
3 changed files with 12 additions and 47 deletions

31
flake.lock generated
View file

@ -702,36 +702,6 @@
"type": "github"
}
},
"hyprland-plugins": {
"inputs": {
"hyprland": [
"hyprland-git"
],
"nixpkgs": [
"hyprland-plugins",
"hyprland",
"nixpkgs"
],
"systems": [
"hyprland-plugins",
"hyprland",
"systems"
]
},
"locked": {
"lastModified": 1771865848,
"narHash": "sha256-xwNa+1D8WPsDnJtUofDrtyDCZKZotbUymzV/R5s+M0I=",
"owner": "hyprwm",
"repo": "hyprland-plugins",
"rev": "b85a56b9531013c79f2f3846fd6ee2ff014b8960",
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "hyprland-plugins",
"type": "github"
}
},
"hyprland-protocols": {
"inputs": {
"nixpkgs": [
@ -1491,7 +1461,6 @@
"home-manager": "home-manager_2",
"home-manager-unstable": "home-manager-unstable",
"hyprland-git": "hyprland-git",
"hyprland-plugins": "hyprland-plugins",
"iamb": "iamb",
"mango": "mango",
"microvm": "microvm_2",

View file

@ -40,10 +40,10 @@
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
hyprland-plugins = {
url = "github:hyprwm/hyprland-plugins";
inputs.hyprland.follows = "hyprland-git";
};
# hyprland-plugins = {
# url = "github:hyprwm/hyprland-plugins";
# inputs.hyprland.follows = "hyprland-git";
# };
mango = {
url = "github:DreamMaoMao/mangowc";

View file

@ -4,10 +4,6 @@
package = null;
portalPackage = null;
plugins = [
#inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprscrolling
];
xwayland.enable = true;
extraConfig = ''
@ -64,18 +60,18 @@
layout = "dwindle";
};
plugin = {
# options at https://github.com/hyprwm/hyprland-plugins/tree/main/hyprscrolling
hyprscrolling = {
fullscreen_on_one_column = false;
column_width = 1.0;
};
};
dwindle = {
preserve_split = true;
};
scrolling = {
fullscreen_on_one_column = true;
column_width = 0.9;
wrap_focus = true;
wrap_swapcol = true;
direction = "right";
};
decoration = {
rounding = 8;