move more stuff into modules

This commit is contained in:
Vinzenz Schroeter 2025-09-15 17:52:33 +02:00
commit f89c75aad2
12 changed files with 115 additions and 115 deletions

View file

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