Former-commit-id: ea15e4fa98
This commit is contained in:
Hadi
2024-06-14 14:20:06 +02:00
parent 35bb470eb1
commit 9cdddb99c5
4 changed files with 33 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
{ pkgs, sops-nix, ... }: {
imports = [ sops-nix.homeManagerModules.sops ];
{ pkgs, inputs, ... }: {
imports = [ inputs.sops-nix.homeManagerModules.sops ];
home.packages = with pkgs; [ sops age ];