chore: comment out sops stuff - for now
This commit is contained in:
parent
3d5554a8bf
commit
6f7b69d96d
11 changed files with 152 additions and 31 deletions
12
flake.nix
12
flake.nix
|
|
@ -16,6 +16,14 @@
|
|||
url = "github:nix-community/nixvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
sops-nix = {
|
||||
url = "git+https://git.sr.ht/~sposito/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
secrets = {
|
||||
url = "git+ssh://git@git.sr.ht/~sposito/secrets";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -56,6 +64,8 @@
|
|||
extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
icons = inputs.icons;
|
||||
sops = inputs.sops-nix;
|
||||
secrets = inputs.secrets;
|
||||
};
|
||||
modules = [
|
||||
./home-manager/home.nix
|
||||
|
|
@ -66,6 +76,8 @@
|
|||
extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
icons = inputs.icons;
|
||||
sops = inputs.sops-nix;
|
||||
secrets = inputs.secrets;
|
||||
};
|
||||
|
||||
modules = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue