Set default apps
This commit is contained in:
parent
f709e77d02
commit
9c7078e462
|
@ -3,6 +3,12 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
xdg.mimeApps.defaultApplications = {
|
||||
"inode/directory" = ["nemo.desktop"];
|
||||
"application/pdf" = ["okularApplication_pdf.desktop" "org.gnome.Evince.desktop"];
|
||||
"text/plain" = ["org.gnome.TextEditor.desktop"];
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
bemoji # emoji picker
|
||||
bitwise # cli tool for bit / hex manipulation
|
||||
|
|
Loading…
Reference in a new issue