Add agenix to system packages and update flake.nix overlays
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
28cab74dc5
commit
262d533e34
2 changed files with 5 additions and 3 deletions
|
|
@ -5,9 +5,10 @@
|
|||
"flakes"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
git
|
||||
environment.systemPackages = [
|
||||
pkgs.vim
|
||||
pkgs.git
|
||||
pkgs.agenix
|
||||
];
|
||||
|
||||
users.users.reudy = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue