mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
change homepage path
This commit is contained in:
@@ -76,10 +76,11 @@ let
|
||||
};
|
||||
};
|
||||
in {
|
||||
home.file."homepage" = {
|
||||
home.file.".config/homepage" = {
|
||||
source = "${homepage}/build";
|
||||
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