Enable Niri window manager in desktop configuration #9

Merged
Chexit merged 2 commits from claude/add-niri-config-XJjm4 into master 2026-04-27 21:29:34 +00:00
Chexit commented 2026-04-23 14:51:18 +00:00 (Migrated from github.com)

Summary

This change enables the Niri window manager in the desktop NixOS configuration.

Changes

  • Added programs.niri.enable = true; to enable the Niri window manager

Details

Niri is a scrollable-tiling Wayland compositor. This change activates it as an available window manager option in the desktop environment configuration. The setting is placed in the appropriate section of the desktop.nix configuration file, between the display manager settings and security configurations.

https://claude.ai/code/session_01NrGdGEBRbDbWvHUb3Lho44

## Summary This change enables the Niri window manager in the desktop NixOS configuration. ## Changes - Added `programs.niri.enable = true;` to enable the Niri window manager ## Details Niri is a scrollable-tiling Wayland compositor. This change activates it as an available window manager option in the desktop environment configuration. The setting is placed in the appropriate section of the desktop.nix configuration file, between the display manager settings and security configurations. https://claude.ai/code/session_01NrGdGEBRbDbWvHUb3Lho44
Sign in to join this conversation.