Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Nov 3, 2024
1 parent 8a65666 commit f4df735
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions home-manager/firefox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ in
installation_mode = "force_installed";
};
# I still don't care about cookies
"[email protected]"{
"[email protected]" = {
install_url = "https://addons.mozilla.org/firefox/downloads/latest/istilldontcareaboutcookies/latest.xpi";
installation_mode = "force_installed";
}
"@react-devtools"{
};
"@react-devtools" = {
install_url = "https://addons.mozilla.org/firefox/downloads/latest/react-devtools/latest.xpi";
installation_mode = "force_installed";
}
};
};

# ---- PREFERENCES ----
Expand Down
1 change: 1 addition & 0 deletions home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ in
init.defaultBranch = "main";
safe.directory = "/etc/nixos";
stash.showPatch = true;
pull.rebase = true;
};
};
yt-dlp.enable = true;
Expand Down

0 comments on commit f4df735

Please sign in to comment.