mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: firefox -> zen, avizo -> swayosd
This commit is contained in:
parent
4e2f3ecae5
commit
c8368a050e
16 changed files with 214 additions and 46 deletions
|
|
@ -6,11 +6,11 @@
|
|||
defaultFont = "Monaspace Krypton";
|
||||
in {
|
||||
home.sessionVariables = {
|
||||
BROWSER = "firefox";
|
||||
BROWSER = "zen";
|
||||
};
|
||||
|
||||
home.packages = [pkgs.ff2mpv-rust];
|
||||
programs.firefox = {
|
||||
programs.zen-browser = {
|
||||
nativeMessagingHosts = [
|
||||
pkgs.ff2mpv-rust
|
||||
];
|
||||
|
|
@ -22,6 +22,7 @@ in {
|
|||
containersForce = true;
|
||||
extensions = {
|
||||
packages = with nur.repos.rycee.firefox-addons; [
|
||||
display-_anchors
|
||||
pronoundb
|
||||
sponsorblock
|
||||
link-cleaner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue