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

@ -27,7 +27,16 @@ let
in
{
config = mkMerge [
(mkIf osConfig.desktop.enable (import ./desktop { inherit lib inputs system; }))
(mkIf osConfig.desktop.enable (
import ./desktop {
inherit
lib
inputs
system
pkgs
;
}
))
(mkIf osConfig.desktop.enable {
home.persistence."/persist/home/rafiq".directories = [
"docs"