universedesktop: Further cleanup, try niri

This commit is contained in:
2025-01-25 18:45:08 -05:00
parent 64eb651168
commit f6515dfc93
4 changed files with 14 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
{ config, pkgs, lib, ... }: {
imports = [
./wayland.nix
];
programs.niri.enable = true;
}