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
wl-clipboard
xdg-utils
];
imports = [
./sway

View file

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

View file

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