Compare commits
2 commits
43232e0d8a
...
9c7078e462
Author | SHA1 | Date | |
---|---|---|---|
|
9c7078e462 | ||
|
f709e77d02 |
|
@ -3,6 +3,12 @@
|
||||||
pkgs,
|
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; [
|
home.packages = with pkgs; [
|
||||||
bemoji # emoji picker
|
bemoji # emoji picker
|
||||||
bitwise # cli tool for bit / hex manipulation
|
bitwise # cli tool for bit / hex manipulation
|
||||||
|
@ -11,6 +17,7 @@
|
||||||
element-desktop # Matrix client
|
element-desktop # Matrix client
|
||||||
fd # find replacement
|
fd # find replacement
|
||||||
file # Show file information
|
file # Show file information
|
||||||
|
file-roller # Archive manager
|
||||||
fzf # fuzzy finder
|
fzf # fuzzy finder
|
||||||
gimp
|
gimp
|
||||||
gtrash # rm replacement, put deleted files in system trash
|
gtrash # rm replacement, put deleted files in system trash
|
||||||
|
|
Loading…
Reference in a new issue