feat: add sops module

This commit is contained in:
2026-03-04 22:24:33 +01:00
parent 8574e4d19a
commit aeba37e8a2
4 changed files with 39 additions and 1 deletions

View File

@@ -5,11 +5,14 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
url = "github:Superredstone/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland.url = "github:hyprwm/Hyprland";
spotiflac-cli.url = "github:Superredstone/spotiflac-cli";
};
@@ -20,6 +23,7 @@
home-manager,
nixvim,
spotiflac-cli,
sops-nix,
...
}@inputs:
let
@@ -32,6 +36,7 @@
overlays
nixvim
spotiflac-cli
sops-nix
inputs
nixpkgs
home-manager