Skip to content

Instantly share code, notes, and snippets.

View davidmytton's full-sized avatar
🍵

David Mytton davidmytton

🍵
View GitHub Profile
@davidmytton
davidmytton / configuration.nix
Created July 12, 2021 15:58
configuration.nix
# 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, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
@davidmytton
davidmytton / config
Created July 12, 2021 15:43
i3 config
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
@davidmytton
davidmytton / alacritty.yml
Created July 12, 2021 15:42
alacritty.yml
window:
# Spread additional padding evenly around the terminal content.
dynamic_padding: true
env:
# Deal with weird massive scaling on X11
# https://github.com/alacritty/alacritty/issues/1501
WINIT_X11_SCALE_FACTOR: "1.0"
# Background opacity