pinwheel: Add agenix

This commit is contained in:
Alexander Heldt
2023-08-04 15:34:24 +02:00
parent 7df6e7543c
commit 608d968a05
3 changed files with 92 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{ system, config, pkgs, agenix, ... }:
{
imports =
@@ -86,7 +86,9 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [];
environment.systemPackages = with pkgs; [
agenix.packages."${system}".default
];
fonts.fonts = with pkgs; [
noto-fonts