This commit is contained in:
danny 2024-12-12 23:18:44 +08:00
parent 53395d3971
commit c2f85fddb8
14 changed files with 144 additions and 324 deletions

View file

@ -1,17 +1,2 @@
{ inputs, ... }: {
programs.firefox = {
enable = true;
profiles.danny = {
extensions = with inputs.firefox-addons.packages."x86_64-linux"; [
darkreader
proton-pass
to-google-translate
view-image
# ublock-origin
];
};
};
programs.home-manager.enable = true;
}