mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 20:02:10 +02:00
change homepage path
This commit is contained in:
@@ -76,10 +76,11 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
home.file."homepage" = {
|
home.file.".config/homepage" = {
|
||||||
source = "${homepage}/build";
|
source = "${homepage}/build";
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [ inputs.zen-browser.packages."${system}".default ];
|
home.packages = with pkgs;
|
||||||
|
[ inputs.zen-browser.packages."${system}".default ];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user