mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Forked org-krita
This commit is contained in:
parent
46387c6f57
commit
7888439a8d
4 changed files with 10 additions and 48 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue