Compare commits

..

No commits in common. "fa1c4b8e4742f787bf50d274177b1f6e27d4592b" and "ad9d1135ab499e0f5d5f4d855fc5b203a27a08a5" have entirely different histories.

3 changed files with 0 additions and 5 deletions

View file

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

View file

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

View file

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