{ pkgs, lib, ... }: { imports = [ # ./sops.nix ]; environment.systemPackages = with pkgs; [ vim wget git libgcc ]; }