wow
This commit is contained in:
parent
3b268cea98
commit
c340fc8753
8 changed files with 327 additions and 19 deletions
15
modules/mizukios/features/hyprland.nix
Normal file
15
modules/mizukios/features/hyprland.nix
Normal 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";
|
||||
}
|
||||
Loading…
Reference in a new issue