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

This commit is contained in:
2025-12-15 11:57:22 +01:00
parent 143d31433f
commit 6e2f28d601
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ wdisplays ];
services.shikane.enable = true;
}