mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
users/foo-dogsquared/programs/browsers: add custom homepage as new tab for Tridactyl
This commit is contained in:
parent
b870d34fd8
commit
b04cedbc19
@ -199,7 +199,19 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Configuring Tridactyl.
|
# Configuring Tridactyl.
|
||||||
xdg.configFile.tridactyl.source = ../../config/tridactyl;
|
xdg.configFile."tridactyl/tridactylrc".source = pkgs.concatTextFile {
|
||||||
|
name = "tridactyl-config";
|
||||||
|
files = [
|
||||||
|
../../config/tridactyl/tridactylrc
|
||||||
|
|
||||||
|
(pkgs.writeTextFile {
|
||||||
|
name = "tridactyl-nix-generated";
|
||||||
|
text = ''
|
||||||
|
set newtab file://${userCfg.programs.custom-homepage.finalPackage}/index.html
|
||||||
|
'';
|
||||||
|
})
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# Configuring Bleachbit for Firefox cleaning.
|
# Configuring Bleachbit for Firefox cleaning.
|
||||||
services.bleachbit.cleaners = [
|
services.bleachbit.cleaners = [
|
||||||
|
Loading…
Reference in New Issue
Block a user