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