fallarbor: enable hyprland
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-08-07 19:07:44 -04:00
parent 8c10f0ac0d
commit c1f679c06e

View file

@ -38,6 +38,7 @@
session = lib.getExe config.programs.sway.package; session = lib.getExe config.programs.sway.package;
}; };
hyprland.enable = true;
sway.enable = true; sway.enable = true;
}; };