Compare commits
2 commits
43232e0d8a
...
9c7078e462
Author | SHA1 | Date | |
---|---|---|---|
|
9c7078e462 | ||
|
f709e77d02 |
|
@ -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
|
||||
|
@ -11,6 +17,7 @@
|
|||
element-desktop # Matrix client
|
||||
fd # find replacement
|
||||
file # Show file information
|
||||
file-roller # Archive manager
|
||||
fzf # fuzzy finder
|
||||
gimp
|
||||
gtrash # rm replacement, put deleted files in system trash
|
||||
|
|
Loading…
Reference in a new issue