Skip to content

Instantly share code, notes, and snippets.

@r281GQ
r281GQ / darwin.nix
Last active March 19, 2023 20:25
wezterm nixos
{ config, pkgs, ... }:
let
p = import ./test.nix;
pkgsM1 = import <nixpkgs> { overlays = []; };
inherit (import <nixpkgs> {}) fetchFromGitHub lib;
inherit (pkgsM1) ffmpeg imagemagick tmux zsh starship gnupg nodejs-14_x nodejs-16_x postgresql_13 rustup;