summary refs log tree commit diff stats
path: root/system/settings/programs/infrastructure.nix
blob: 5e68bc8aea512392b6cb864e07e0dfeebc1647cd (plain)
1
2
3
4
5
6
7
8
{ config, pkgs, ... }:

{ environment.systemPackages = with pkgs; [
    hugo

    nixops
  ];
}