re-enable niri, tweals, update

This commit is contained in:
Vinzenz Schroeter 2025-11-02 01:19:27 +01:00
parent 7e09f6cb69
commit c4fcb26ace
8 changed files with 142 additions and 84 deletions

View file

@ -1,7 +0,0 @@
{ pkgs, ... }:
{
programs.niri = {
enable = true;
package = pkgs.niri-stable;
};
}