mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
switch to stable swww
This commit is contained in:
parent
aad5cf3eb2
commit
2160a0d184
2 changed files with 12 additions and 4 deletions
|
@ -23,7 +23,6 @@
|
|||
inputs.lix.follows = "lix";
|
||||
};
|
||||
|
||||
|
||||
hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1";
|
||||
hyprland-contrib.url = "github:hyprwm/contrib";
|
||||
|
||||
|
|
|
@ -41,12 +41,21 @@ mkOizysModule config "hyprland" {
|
|||
|
||||
swww
|
||||
])
|
||||
++ [ inputs.hyprman.packages.${pkgs.system}.default ];
|
||||
++ [ inputs.hyprman.packages.${pkgs.system}.default ]
|
||||
|
||||
# swww-git isbroken
|
||||
++ (with inputs.nixpkgs-wayland.packages.${pkgs.system}; [
|
||||
mako
|
||||
eww
|
||||
wlr-randr
|
||||
# swww
|
||||
#
|
||||
# dunst
|
||||
]);
|
||||
|
||||
nixpkgs.overlays = [
|
||||
inputs.hyprland-contrib.overlays.default
|
||||
inputs.nixpkgs-wayland.overlay
|
||||
|
||||
# inputs.nixpkgs-wayland.overlay
|
||||
# inputs.hyprland.overlays.default
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue