mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Added the correct input for sops
This commit is contained in:
parent
c6379fb2fd
commit
feec6c7990
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@ -30,7 +30,6 @@
|
||||
# Common Packages
|
||||
home.packages = with pkgs; [
|
||||
# CLI
|
||||
sops
|
||||
btop
|
||||
hello
|
||||
fastfetch
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user