fix(snippets): move snippets configuration to nvf module
This commit is contained in:
parent
d0714f8bff
commit
ad0d5ed0f8
4 changed files with 26 additions and 64 deletions
|
@ -81,12 +81,6 @@
|
|||
sops-nix.nixosModules.sops
|
||||
stylix.nixosModules.stylix
|
||||
stable-diffusion-webui-nix.nixosModules.default
|
||||
{
|
||||
nix.settings.substituters = [ "https://nvf.cachix.org" ];
|
||||
nix.settings.trusted-public-keys = [
|
||||
"nvf.cachix.org-1:GMQWiUhZ6ux9D5CvFFMwnc2nFrUHTeGaXRlVBXo+naI="
|
||||
];
|
||||
}
|
||||
];
|
||||
homes.modules = with inputs; [
|
||||
impermanence.homeManagerModules.impermanence
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue