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
|
libnotify
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
xdg-utils
|
||||||
];
|
];
|
||||||
imports = [
|
imports = [
|
||||||
./sway
|
./sway
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
_: {
|
_: {
|
||||||
xdg = {
|
xdg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
mimeApps.enable = true;
|
||||||
userDirs = {
|
userDirs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
createDirectories = true;
|
createDirectories = true;
|
||||||
|
|
|
@ -7,4 +7,7 @@ _: {
|
||||||
recolor = true;
|
recolor = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
xdg.mimeApps.defaultApplications = {
|
||||||
|
"application/pdf" = "org.pwmt.zathura.desktop";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue