mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore(agenix): try another way
This commit is contained in:
parent
bb3a9ec100
commit
1886b76947
1 changed files with 5 additions and 0 deletions
5
modules/home/agenix.nix
Normal file
5
modules/home/agenix.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{ config, pkgs, lib, inputs, ... }:{
|
||||||
|
environment.systemPackages = [
|
||||||
|
inputs.agenix.packages."${system}".default
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue