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

@@ -13,7 +13,6 @@ in
../../modules/desktop/niri
../../modules/git.nix
../../modules/k9s.nix
(import ../../modules/shikane.nix { inherit pkgs; })
(import ../../modules/taskwarrior.nix {
inherit config;
inherit pkgs;

View File

@@ -4,6 +4,7 @@
imports = [
../../fuzzel
../../mako
../../shikane
../../waybar
];