Niri with GDM

This commit is contained in:
xmm16 2024-12-12 20:25:21 -03:00
commit b3d971a725
No known key found for this signature in database
2 changed files with 15 additions and 1 deletions

View file

@ -184,6 +184,21 @@
implementation = "broker"; 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
security = { security = {
tpm2 = { tpm2 = {

View file

@ -16,7 +16,6 @@
noto-fonts-lgc-plus noto-fonts-lgc-plus
noto-fonts-cjk-sans noto-fonts-cjk-sans
noto-fonts-cjk-serif noto-fonts-cjk-serif
niri
fuzzel fuzzel
fzf fzf
cmake cmake