Compare commits

..

3 commits

3 changed files with 5 additions and 0 deletions

View file

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

View file

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

View file

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