disable xserver

This commit is contained in:
DACHXY 2024-12-26 21:29:02 +08:00
parent 150b3f79d6
commit 155d78a407
15 changed files with 532 additions and 176 deletions

View file

@ -1,7 +1,12 @@
{ pkgs, ... }:
{ pkgs, inputs, ... }:
{
programs.hyprland = { enable = true; };
programs.hyprland = {
enable = true;
withUWSM = true;
xwayland = { enable = true; };
portalPackage = pkgs.xdg-desktop-portal-hyprland;
};
environment.systemPackages = with pkgs; [
hyprsunset