Compare commits
No commits in common. "9c7078e4625fdf16a2d6cea96d49768af319add5" and "43232e0d8a4fe6c6bda082c62a534cc5bc2823fc" have entirely different histories.
9c7078e462
...
43232e0d8a
|
@ -3,12 +3,6 @@
|
||||||
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
|
||||||
|
@ -17,7 +11,6 @@
|
||||||
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