feat: add tridactyl configuration to NixOS

This commit is contained in:
Swarsel 2024-07-11 11:11:30 +02:00
parent 1af0cc3ac5
commit 3cd390bb1c
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 290 additions and 0 deletions

View file

@ -499,6 +499,11 @@ home.file = {
};
};
xdg.configFile = {
"tridactyl/tridactylrc".source = ../../programs/firefox/tridactyl/tridactylrc;
"tridactyl/themes/base16-codeschool.css".source = ../../programs/firefox/tridactyl/themes/base16-codeschool.css;
};
home.sessionVariables = {
EDITOR = "bash ~/.dotfiles/scripts/editor.sh";
};
@ -1370,6 +1375,7 @@ programs.firefox = {
};
profiles.default = {
isDefault = true;
userChrome = (builtins.readFile ../../programs/firefox/chrome/userChrome.css);
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
tridactyl
browserpass