fix: replace 'gnome' desktop with 'niri'

This commit is contained in:
2025-12-01 20:24:06 +01:00
parent 8ae482d846
commit 1cba6c968a
5 changed files with 10 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
programs.niri.enable = true;
environment.systemPackages = with pkgs; [ wlsunset ];
}