Ouch.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
({ lib, newScope, stdenv, pkgs }: let | |
# nicer aliases | |
derive = stdenv.mkDerivation; | |
concat = builtins.concatStringsSep " "; | |
# vendored libuvc: don't build, just make sources available | |
libuvc-src = derive { | |
name = "libuvc-src"; | |
# using fetchgit instead fetchFromGitHub because |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" set ttymouse=sgr | |
set noswapfile | |
set backspace=indent,eol,start mouse=a | |
set nowrap ts=2 sts=2 sw=2 et ai cc=100 foldcolumn=0 | |
set fillchars+=vert:│ | |
set splitbelow splitright | |
set cursorline | |
set cursorcolumn | |
OlderNewer