feat(desktop): move status-bar config to homes and use home-manager modules

This commit is contained in:
Mohammad Rafiq 2025-06-14 15:30:42 +08:00
parent d09d6d37d7
commit 2369c0d37e
No known key found for this signature in database
7 changed files with 75 additions and 64 deletions

View file

@ -1,4 +1,5 @@
{
pkgs,
lib,
inputs,
system,
@ -12,4 +13,5 @@ mkMerge [
(import ./lockscreen.nix)
(import ./launcher.nix)
(import ./media-player.nix)
(import ./status-bar.nix { inherit pkgs; })
]