mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: add tridactyl configuration to NixOS
This commit is contained in:
parent
1af0cc3ac5
commit
3cd390bb1c
5 changed files with 290 additions and 0 deletions
|
|
@ -5660,6 +5660,17 @@ As for the `home.sessionVariables`, it should be noted that environment variable
|
|||
|
||||
#+end_src
|
||||
|
||||
Also, we link some files to the users XDG configuration home:
|
||||
|
||||
#+begin_src nix :tangle profiles/common/home.nix
|
||||
|
||||
xdg.configFile = {
|
||||
"tridactyl/tridactylrc".source = ../../programs/firefox/tridactyl/tridactylrc;
|
||||
"tridactyl/themes/base16-codeschool.css".source = ../../programs/firefox/tridactyl/themes/base16-codeschool.css;
|
||||
};
|
||||
|
||||
#+end_src
|
||||
|
||||
*** Sourcing environment variables
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: h:4486b02f-4fb8-432b-bfa2-2e786206341d
|
||||
|
|
@ -6704,6 +6715,7 @@ I used to build the firefox addon =bypass-paywalls-clean= myself here, but the m
|
|||
};
|
||||
profiles.default = {
|
||||
isDefault = true;
|
||||
userChrome = (builtins.readFile ../../programs/firefox/chrome/userChrome.css);
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
tridactyl
|
||||
browserpass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue