configurations: add plasma-manager to registry

This commit is contained in:
Mateusz Słodkowicz 2024-10-22 09:49:51 +02:00
parent 0ecfadd82c
commit bb86604348
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 5 additions and 0 deletions

View File

@ -81,6 +81,11 @@ in
flake = materusCfg.configInputs.git-agecrypt; flake = materusCfg.configInputs.git-agecrypt;
}; };
plasma-manager = {
from = { type = "indirect"; id = "git-agecrypt"; };
flake = materusCfg.configInputs.plasma-manager;
};
nur = { nur = {
from = { type = "indirect"; id = "nur"; }; from = { type = "indirect"; id = "nur"; };
flake = materusCfg.configInputs.nur; flake = materusCfg.configInputs.nur;