Compare commits
3 commits
ad9d1135ab
...
fa1c4b8e47
Author | SHA1 | Date | |
---|---|---|---|
fa1c4b8e47 | |||
5349d30268 | |||
ebe1a5a910 |
3 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
|
||||
libnotify
|
||||
wl-clipboard
|
||||
xdg-utils
|
||||
];
|
||||
imports = [
|
||||
./sway
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
_: {
|
||||
xdg = {
|
||||
enable = true;
|
||||
mimeApps.enable = true;
|
||||
userDirs = {
|
||||
enable = true;
|
||||
createDirectories = true;
|
||||
|
|
|
@ -7,4 +7,7 @@ _: {
|
|||
recolor = true;
|
||||
};
|
||||
};
|
||||
xdg.mimeApps.defaultApplications = {
|
||||
"application/pdf" = "org.pwmt.zathura.desktop";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue