More robust config for default firefox browser

This commit is contained in:
Griffin Smith 2020-03-31 17:10:12 -04:00
parent cf4159a6da
commit 562100bad2
2 changed files with 26 additions and 8 deletions

View file

@ -6,6 +6,7 @@ let machine = ./machines/chupacabra.nix; in
./modules/alacritty.nix
./modules/emacs.nix
./modules/email.nix
./modules/firefox.nix
./modules/i3.nix
./modules/shell.nix
./modules/vim.nix
@ -87,17 +88,12 @@ let machine = ./machines/chupacabra.nix; in
impure.clonedRepos.passwordStore = {
github = "glittershark/pass";
path = ".password-store";
path = ".local/share/password-store";
};
urbint.projectPath = "code/urb";
services.gpg-agent = {
enable = true;
};
xdg.mimeApps = {
enable = true;
defaultApplications = {
"text/html" = [ "firefox.desktop" ];
};
};
}