mirror of
https://github.com/kmein/niveum
synced 2026-03-20 12:01:06 +01:00
chore: reformat
This commit is contained in:
@@ -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;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user