mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
6 lines
124 B
Nix
6 lines
124 B
Nix
|
|
{ config, pkgs, lib, inputs, ... }:{
|
||
|
|
environment.systemPackages = [
|
||
|
|
inputs.agenix.packages."${system}".default
|
||
|
|
];
|
||
|
|
}
|