fix(hypr): use upstream plugins

This commit is contained in:
matt1432 2024-12-10 20:40:28 -05:00
parent fd5aeccbdb
commit 131299587c
4 changed files with 12 additions and 27 deletions
flake.lockflake.nix
inputs
nixosModules/desktop/environment/home

18
flake.lock generated
View file

@ -669,16 +669,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1733856301, "lastModified": 1733878295,
"narHash": "sha256-zGeYtRFKnaRqD+HapKe/ro5V4ZFWWZeHLgiIeRcYNtI=", "narHash": "sha256-0vTAqvSErl0OPImJoEFHftNNstqeG3asMIGrVk/DufI=",
"owner": "matt1432", "owner": "horriblename",
"repo": "hyprgrass", "repo": "hyprgrass",
"rev": "45548890da1d98e3a9c3c7b8b498d3d91c43ad57", "rev": "300ae7caba4a13f18cb4193044bba2773e2f8fa7",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "matt1432", "owner": "horriblename",
"ref": "personal",
"repo": "hyprgrass", "repo": "hyprgrass",
"type": "github" "type": "github"
} }
@ -733,17 +732,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1733409465, "lastModified": 1733324289,
"narHash": "sha256-5KU6ZLjnOaMe+BevqZx89Q5teFRs2wbKcA6Dc+kJVm0=", "narHash": "sha256-5gCIIiQT9JlBPO1M98j1Aaboa2CTKtwBqiksCLf6qC0=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprland-plugins", "repo": "hyprland-plugins",
"rev": "3bc37da4b9cf0c96594011cb1e43156fea54d0c0", "rev": "2530394e67b436f4aea8225111cf37c1403ccb78",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprland-plugins", "repo": "hyprland-plugins",
"rev": "3bc37da4b9cf0c96594011cb1e43156fea54d0c0",
"type": "github" "type": "github"
} }
}, },

View file

@ -145,8 +145,7 @@
}; };
hyprgrass = { hyprgrass = {
inputs.hyprland.follows = "hyprland"; inputs.hyprland.follows = "hyprland";
owner = "matt1432"; owner = "horriblename";
ref = "personal";
repo = "hyprgrass"; repo = "hyprgrass";
type = "github"; type = "github";
}; };
@ -167,7 +166,6 @@
}; };
owner = "hyprwm"; owner = "hyprwm";
repo = "hyprland-plugins"; repo = "hyprland-plugins";
rev = "3bc37da4b9cf0c96594011cb1e43156fea54d0c0";
type = "github"; type = "github";
}; };
hyprpaper = { hyprpaper = {

View file

@ -119,24 +119,11 @@ let
hyprland-plugins = mkHyprDep { hyprland-plugins = mkHyprDep {
owner = "hyprwm"; owner = "hyprwm";
repo = "hyprland-plugins"; repo = "hyprland-plugins";
# FIXME: wait for hyprgrass PR to make this one
rev = "3bc37da4b9cf0c96594011cb1e43156fea54d0c0";
# type = "path";
# path = "/home/matt/git/hyprland-plugins";
}; };
hyprgrass = mkHyprDep { hyprgrass = mkHyprDep {
# owner = "horriblename"; owner = "horriblename";
repo = "hyprgrass"; repo = "hyprgrass";
# FIXME: hopefully this gets merged soon
owner = "matt1432";
ref = "personal";
# type = "path";
# path = "/home/matt/git/hyprgrass";
}; };
hyprpaper = mkDep { hyprpaper = mkDep {

View file

@ -22,6 +22,8 @@ in {
# must be >= 3 # must be >= 3
workspace_swipe_fingers = 3; workspace_swipe_fingers = 3;
emulate_touchpad_swipe = true;
# switching workspaces by swiping from an edge, this is separate from workspace_swipe_fingers # switching workspaces by swiping from an edge, this is separate from workspace_swipe_fingers
# and can be used at the same time # and can be used at the same time
# possible values: l, r, u, or d # possible values: l, r, u, or d