refactor: move 'wlsunset' package into home manager module

This commit is contained in:
2025-12-04 00:12:07 +01:00
parent c335534278
commit 50b2f38f21
2 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,3 @@
{ pkgs, ... }:
{
programs.niri.enable = true;
@@ -7,6 +5,4 @@
xdg = {
portal.enable = true;
};
environment.systemPackages = with pkgs; [ wlsunset ];
}