[shared] Sops nix for user passwords

This commit is contained in:
2025-04-17 00:31:19 +02:00
parent 8244fe8927
commit 01e5fb42d3
9 changed files with 93 additions and 7 deletions

View File

@ -23,10 +23,10 @@
# ========= Utilities =========
#
# Secrets management
# sops-nix = {
# url = "github:mic92/sops-nix";
# inputs.nixpkgs.follows = "nixpkgs";
# };
sops-nix = {
url = "github:mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
# Catppuccin theming
catppuccin = {
url = "github:catppuccin/nix";