1

Modules/Niri: Init niri module

This commit is contained in:
2025-11-13 15:13:54 +01:00
parent 67e4951f7d
commit 28d0196a25
9 changed files with 1752 additions and 765 deletions

View File

@ -357,6 +357,10 @@ with mylib.networking; {
flake = "/home/${username}/NixFlake";
};
niri = {
enable = !headless;
};
ssh.startAgent = true; # Use gnupg
starship.enable = true;
xwayland.enable = !headless;