Skip to content

Instantly share code, notes, and snippets.

View k2nr's full-sized avatar

Kazunori Kajihiro k2nr

  • KOMOJU by Degica
  • Tokyo
  • 17:11 (UTC +09:00)
View GitHub Profile
@k2nr
k2nr / .Xmodmap
Last active September 27, 2021 03:27
NixOS configuration for MacBookPro retina 15 early 2012
keycode 97 = grave asciitilde
keycode 132 = grave asciitilde
---
- hosts: localhost
connection: local
become: true
vars:
- google_file: /etc/apt/sources.list.d/google-chrome.list
tasks:
- name: base deps
apt: name={{ item }} update_cache=yes
with_items: