add agenix to tartarus

This commit is contained in:
Osman Faruk Bayram 2025-01-04 20:49:59 +03:00
parent 9c0ddc5658
commit 8163acd578

View file

@ -55,6 +55,9 @@
vscode-server.nixosModules.default
agenix.nixosModules.default
home-manager.nixosModules.home-manager
{
environment.systemPackages = [agenix.packages.${system}.default];
}
];
specialArgs = {
inherit pkgs-unstable system-label osbm-nvim;