updates for hyprland + ashell

This commit is contained in:
Emmet
2025-05-10 11:15:05 -05:00
parent c8666c3638
commit c0532d96d2
4 changed files with 89 additions and 132 deletions

View File

@@ -86,14 +86,7 @@
home-manager.inputs.nixpkgs.follows = "nixpkgs";
hyprland = {
url = "github:hyprwm/Hyprland/main?submodules=true";
inputs.nixpkgs.follows = "nixpkgs";
inputs.hyprutils.follows = "hyprutils";
};
hyprutils = {
type = "git";
url = "https://code.hyprland.org/hyprwm/hyprutils.git";
url = "github:hyprwm/Hyprland/v0.49.0?submodules=true";
inputs.nixpkgs.follows = "nixpkgs";
};
@@ -101,13 +94,6 @@
type = "git";
url = "https://code.hyprland.org/hyprwm/hyprlock.git";
inputs.nixpkgs.follows = "nixpkgs";
inputs.hyprutils.follows = "hyprutils";
};
ashell = {
url = "github:librephoenix/ashell";
inputs.nixpkgs.follows = "nixpkgs";
inputs.rust-overlay.follows = "rust-overlay";
};
plasma-manager = {