feat(desktop): move status-bar config to homes and use home-manager modules
This commit is contained in:
parent
d09d6d37d7
commit
2369c0d37e
7 changed files with 75 additions and 64 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue