Removed sops from home-manager

This commit is contained in:
KoenDR06 2024-05-18 12:01:24 +02:00
parent 218802b36f
commit 83e1d4b960
2 changed files with 2 additions and 4 deletions

View file

@ -7,7 +7,7 @@
...
}: {
imports = [
inputs.sops-nix.homeManager.sops
./plasma.nix
];
nixpkgs = {

View file

@ -6,9 +6,7 @@
pkgs,
...
}: {
imports = [
inputs.sops-nix.homeManagerModules.sops
];
imports = [];
nixpkgs = {
overlays = [