Disabled: Niri

This commit is contained in:
2025-04-01 13:28:22 +02:00
parent 6764e45c2c
commit 677714a75c
2 changed files with 2 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
niri
];
programs.niri.enable = true;
}