Add agenix to system packages and update flake.nix overlays

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Jakub Dorfman 2026-04-26 13:45:47 +02:00
parent 28cab74dc5
commit 262d533e34
2 changed files with 5 additions and 3 deletions

View file

@ -5,9 +5,10 @@
"flakes"
];
environment.systemPackages = with pkgs; [
vim
git
environment.systemPackages = [
pkgs.vim
pkgs.git
pkgs.agenix
];
users.users.reudy = {