Niri with GDM
This commit is contained in:
parent
24d6e7dd74
commit
b3d971a725
2 changed files with 15 additions and 1 deletions
|
@ -184,6 +184,21 @@
|
|||
implementation = "broker";
|
||||
};
|
||||
|
||||
services.xserver.displayManager.gdm = {
|
||||
enable = true;
|
||||
wayland = true;
|
||||
};
|
||||
|
||||
programs.uwsm.waylandCompositors = {
|
||||
niri = {
|
||||
prettyName = "Niri";
|
||||
comment = "A scrollable-tiling Wayland compositor.";
|
||||
binPath = "/run/current-system/sw/bin/niri-session";
|
||||
};
|
||||
};
|
||||
|
||||
programs.niri.enable = true;
|
||||
|
||||
# SECURITY
|
||||
security = {
|
||||
tpm2 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue