Skip to content

Commit

Permalink
Add Nautilus as default application for directories
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Nov 16, 2023
1 parent ef1614c commit 44e3a4f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions home/roles/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ in
};

home.packages = with pkgs; [
gnome.nautilus
gnome.pomodoro
mupdf
peek
Expand All @@ -111,6 +112,13 @@ in
xzoom
];

xdg = {
mime.enable = true;
mimeApps.defaultApplications = {
"inode/directory" = "org.gnome.Nautilus.desktop";
};
};

xsession = {
enable = true;
numlock.enable = true;
Expand Down

0 comments on commit 44e3a4f

Please sign in to comment.