Skip to content

Instantly share code, notes, and snippets.

View fehu's full-sized avatar
💭
it's compiling...

Dmitry K fehu

💭
it's compiling...
  • Mexico City, Mexico
View GitHub Profile
@fehu
fehu / configuration.nix
Last active November 15, 2019 01:58
NixOS config
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).
{ config, pkgs, ... }:
let
all-hies = import (fetchTarball "https://github.com/infinisil/all-hies/tarball/master") {};
in {
imports =