This commit is contained in:
암냥 2026-09-12 02:16:41 +09:00
commit c340fc8753
8 changed files with 327 additions and 19 deletions

View file

@ -0,0 +1,15 @@
{ lib, ... }:
{
programs.hyprland = {
enable = true;
withUWSM = true;
};
programs.hyprlock.enable = true;
services.displayManager.defaultSession = "hyprland-uwsm";
# desktop.nix enables Plasma for the other machines; ena uses Hyprland.
services.desktopManager.plasma6.enable = lib.mkForce false;
xdg.portal.config.common.default = lib.mkForce "hyprland";
}