mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 10:20:33 +01:00
7 lines
140 B
Nix
7 lines
140 B
Nix
{ config, lib, inputs, pkgs, ... }:
|
|
{
|
|
# environment.systemPackages = with pkgs; [
|
|
# inputs.agenix.packages.x86_64-linux.default
|
|
# ];
|
|
}
|