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

@@ -1,6 +1,7 @@
{ config, pkgs, lib, ... }: {
imports = [
./audio.nix
./plasma.nix
./displaymanager.nix
./niri.nix
];
}