nixos-config/config/sites/seattle.nix

8 lines
101 B
Nix
Raw Normal View History

2021-02-25 12:45:50 -08:00
{ config, lib, pkgs, ... }:
{
2021-03-31 16:28:42 -07:00
environment.systemPackages = with pkgs; [
hll2380dw-cups
];
}