llynx: fix flameshot icon, add repo-clone
This commit is contained in:
parent
278ac18a5a
commit
61d0b58861
1 changed files with 3 additions and 2 deletions
|
@ -27,8 +27,9 @@
|
||||||
homeNetwork = true;
|
homeNetwork = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.flameshot.package = pkgs.flameshot.override {
|
repo-clone.enable = true;
|
||||||
enableMonochromeIcon = true;
|
repo-clone.repos = {
|
||||||
|
"${config.home.homeDirectory}/Pictures/backgrounds".url = lib.zgitRepo "backgrounds";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue