This commit is contained in:
nx2
2024-03-06 14:34:29 +01:00
parent 6e3d9237e7
commit 5e1c0866cd
3 changed files with 13 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
permittedInsecurePackages = allowed.inecure-packages;
};
security.pki.certificates = secrets.easyroamCa;
home.packages = with pkgs; [
firefox chromium
@@ -63,7 +63,7 @@
"x-scheme-handler/about" = [ "firefox.desktop" ];
"x-scheme-handler/unknown" = [ "firefox.desktop" ];
"image/png" = "imv.desktop";
"image/gif" = "feh.desktop";
"image/gif" = "imv.desktop";
};
};