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";
|
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 = {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue