Skip to content

Instantly share code, notes, and snippets.

View gavinrogers's full-sized avatar

Gavin Rogers gavinrogers

View GitHub Profile
.board .board-body {
background-color: #5F6C79;
}
.display-name {
color: #F9FDFF;
}
.board .card {
margin-bottom: 8px;
}
.board .board-body .column-ct .column {
@DamienCassou
DamienCassou / configuration.nix
Created October 22, 2014 13:41
configuration.nix file for NixOS on my macbook pro
{ config, pkgs, ... }:
let
hostname = "luz3";
in {
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
# I use VirtualBox to connect to Windows and Linux guests