setup niri

This commit is contained in:
Joakim Repomaa
2026-03-07 13:03:40 +02:00
parent 06778795b2
commit 4745fa3d58
4 changed files with 860 additions and 4 deletions

View File

@@ -2,8 +2,23 @@
{
services.displayManager.gdm.enable = true;
services.desktopManager.gnome.enable = true;
programs.niri.enable = true;
services.printing.enable = true;
services.keyd = {
enable = true;
keyboards.default = {
ids = [ "*" ];
settings = {
global = {
overload_tap_timeout = 200;
};
main = {
leftmeta = "overload(meta, macro(leftmeta+z))";
};
};
};
};
security.rtkit.enable = true;
services.pipewire = {