mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +00:00
try to add firefox as mime html reader
This commit is contained in:
parent
1e9401eef2
commit
d636de890c
@ -166,6 +166,11 @@
|
||||
|
||||
};
|
||||
|
||||
xdg.mimeApps = {
|
||||
associations.added = { "text.html" = [ "firefox.desktop" ]; };
|
||||
defaultApplications = { "text.html" = [ "firefox.desktop" ]; };
|
||||
};
|
||||
|
||||
xsession.windowManager.i3.config.keybindings =
|
||||
lib.mkIf pkgs.stdenv.isLinux {
|
||||
"${
|
||||
|
Loading…
Reference in New Issue
Block a user