fallarbor: sway -> hyprland
Some checks are pending
nix-build / adjustor-build (push) Waiting to run
nix-build / clean-install-build (push) Waiting to run
nix-build / emudeck-build (push) Waiting to run
nix-build / hhd-ui-build (push) Waiting to run
nix-build / rofi-bluetooth-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-build / slateport-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-11-26 12:21:10 -05:00
parent 4f121dcaa7
commit 3de60a8bf5

View file

@ -37,10 +37,10 @@
desktop = { desktop = {
greetd = { greetd = {
enable = true; enable = true;
session = lib.getExe config.programs.sway.package; session = lib.getExe config.programs.hyprland.package;
}; };
sway.enable = true; hyprland.enable = true;
}; };
laptopMode = true; laptopMode = true;