Skip to content

Instantly share code, notes, and snippets.

@arafangion
Created September 26, 2019 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arafangion/46d161b7c48ed272e72cde2e061f6fce to your computer and use it in GitHub Desktop.
Save arafangion/46d161b7c48ed272e72cde2e061f6fce to your computer and use it in GitHub Desktop.
{ config, pkgs, ... }:
let
common = import ./common.nix {config=config; pkgs=pkgs;};
in
{
} // common
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment