refactor: import shikane 'desktop/niri' instead of directly

This commit is contained in:
2026-03-11 21:25:22 +01:00
parent 6600b2325d
commit aa70174040
3 changed files with 1 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ wdisplays ];
services.shikane.enable = true;
}