1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 12:01:06 +01:00

chore: reformat

This commit is contained in:
Kierán Meinhardt
2020-06-04 13:28:49 +02:00
parent 078cbb8830
commit c725ed62b5

View File

@@ -27,10 +27,12 @@ in
environment.systemPackages = [ environment.systemPackages = [
(flameshot-once.override { (flameshot-once.override {
config.imgur.enable = true; config.imgur = {
config.imgur.createUrl = "http://p.r/image"; enable = true;
config.imgur.deleteUrl = "http://p.r/image/delete/%1"; createUrl = "http://p.r/image";
config.imgur.xdg-open.browser = "x-www-browser"; deleteUrl = "http://p.r/image/delete/%1";
xdg-open.browser = "x-www-browser";
};
config.timeout = 200; config.timeout = 200;
}) })
]; ];