Migrate nautilus as file manager from ubuntu to home-manager

I don't want to invest time to check alternatives.
I stick to that one for now.
This commit is contained in:
Daniel Siepmann 2022-10-05 16:52:52 +02:00
parent 8850653389
commit 3ba4b60e07
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,7 @@ with pkgs; [
# System tools
dmenu
gnome.nautilus # File Manager
networkmanager_dmenu
# TODO: Create one `./packages/custom/default.nix which includes all other?

View file

@ -116,6 +116,8 @@
# Use file --mime-type <filename> to detect mime type
defaultApplications = {
"inode/directory" = [ "org.gnome.Nautilus.desktop" ];
"text/calendar" = [ "evolution.desktop" ];
"application/pdf" = [ "org.pwmt.zathura-pdf-mupdf.desktop" ];