From feec6c7990797d9f49f15bc1bd8dcc4e7fee9be2 Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Mon, 29 Dec 2025 14:05:38 +0100 Subject: [PATCH] Added the correct input for sops --- flake.nix | 2 ++ hosts/common/home.nix | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6e14365..851eb5a 100644 --- a/flake.nix +++ b/flake.nix @@ -35,6 +35,7 @@ modules = [ ./hosts/nixos/configuration.nix inputs.home-manager.nixosModules.default + sops-nix.nixosModules.sops ]; }; @@ -44,6 +45,7 @@ modules = [ ./hosts/macos/configuration.nix inputs.home-manager.darwinModules.default + sops-nix.darwinModules.sops ]; }; }; diff --git a/hosts/common/home.nix b/hosts/common/home.nix index 3aa0b57..6ec7fd8 100644 --- a/hosts/common/home.nix +++ b/hosts/common/home.nix @@ -30,7 +30,6 @@ # Common Packages home.packages = with pkgs; [ # CLI - sops btop hello fastfetch