Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am ygreenc on github.
  • I am ygreenc (https://keybase.io/ygreenc) on keybase.
  • I have a public key whose fingerprint is D525 6960 C0B8 7EFA A5DE 6A2C 0124 E17F D16F 207B

To claim this, I am signing this object:

@ygreenc
ygreenc / configuration.nix
Created April 5, 2016 19:34
Nixos configuration
{ config, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
];
# Use the GRUB 2 boot loader.
boot.loader.grub.enable = true;
@ygreenc
ygreenc / .zshrc
Last active December 31, 2015 01:28
ZSH user configuration. requires robbyrussell/oh-my-zsh
# Replace oh-my-zsh by Antigen
# Change default Antigen configuration directory
export ADOTDIR=${HOME}/.config/zsh/antigen/
# Load Antigen
source ${ADOTDIR}/antigen.zsh
# Use oh-my-zsh as base
antigen-use oh-my-zsh