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

This commit is contained in:
2025-12-15 11:57:22 +01:00
parent ae17c411d4
commit af20454965
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;
}