Compare commits

...

3 commits

3 changed files with 5 additions and 0 deletions

View file

@ -18,6 +18,7 @@
libnotify libnotify
wl-clipboard wl-clipboard
xdg-utils
]; ];
imports = [ imports = [
./sway ./sway

View file

@ -1,6 +1,7 @@
_: { _: {
xdg = { xdg = {
enable = true; enable = true;
mimeApps.enable = true;
userDirs = { userDirs = {
enable = true; enable = true;
createDirectories = true; createDirectories = true;

View file

@ -7,4 +7,7 @@ _: {
recolor = true; recolor = true;
}; };
}; };
xdg.mimeApps.defaultApplications = {
"application/pdf" = "org.pwmt.zathura.desktop";
};
} }