mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
updates for hyprland + ashell
This commit is contained in:
parent
c8666c3638
commit
c0532d96d2
4 changed files with 89 additions and 132 deletions
16
flake.nix
16
flake.nix
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue