disable xserver
This commit is contained in:
parent
150b3f79d6
commit
155d78a407
15 changed files with 532 additions and 176 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue