fix(hyprland): disabling hyprland flake input until wl-roots rewrite version

This commit is contained in:
ooks-io 2024-05-29 20:21:21 +12:00
parent 104df464f9
commit 5490540240
3 changed files with 66 additions and 283 deletions

View file

@ -6,7 +6,7 @@ let
in
{
imports = [
inputs.hyprland.homeManagerModules.default
# inputs.hyprland.homeManagerModules.default
./settings
./extras
];
@ -24,7 +24,7 @@ in
wayland.windowManager.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
# package = inputs.hyprland.packages.${pkgs.system}.hyprland;
xwayland.enable = true;
systemd = {
enable = true;