feat(desktop): move firefox config to homes and use home-manager modules
This commit is contained in:
parent
844e6b263e
commit
6897ad63c9
8 changed files with 95 additions and 90 deletions
|
@ -3,6 +3,7 @@
|
|||
inputs,
|
||||
osConfig,
|
||||
lib,
|
||||
system,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
@ -26,6 +27,7 @@ let
|
|||
in
|
||||
{
|
||||
config = mkMerge [
|
||||
(mkIf osConfig.desktop.enable (import ./desktop { inherit lib inputs system; }))
|
||||
(mkIf osConfig.desktop.enable {
|
||||
home.persistence."/persist/home/rafiq".directories = [
|
||||
"docs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue