Forked org-krita

This commit is contained in:
Emmet
2024-04-13 15:01:51 -05:00
parent 46387c6f57
commit 7888439a8d
4 changed files with 10 additions and 48 deletions

View File

@ -123,7 +123,6 @@
modules = [
(./. + "/profiles" + ("/" + systemSettings.profile)
+ "/home.nix") # load home.nix from selected PROFILE
# inputs.nix-flatpak.homeManagerModules.nix-flatpak # Declarative flatpaks
];
extraSpecialArgs = {
# pass config variables from above
@ -141,7 +140,6 @@
inherit (inputs) org-sliced-images;
inherit (inputs) phscroll;
inherit (inputs) mini-frame;
#inherit (inputs) nix-flatpak;
inherit (inputs) stylix;
};
};
@ -230,7 +228,7 @@
flake = false;
};
org-krita = {
url = "github:lepisma/org-krita";
url = "github:librephoenix/org-krita";
flake = false;
};
org-sliced-images = {