From 0cc815efb58572c9294a271293de815f2c711ed8 Mon Sep 17 00:00:00 2001 From: Ethel Morgan Date: Mon, 18 May 2020 11:07:29 +0100 Subject: import initial NixOS module; also README.md for installation --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..314ab0f --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Eth's Misc Nix Mix + +```sh +$ cat /etc/nixos/configuration.nix +{ config, pkgs, ... }: + +let + ethNix = import /home/eth/src/nix; +{ + imports = [ + ./hardware-configuration.nix + ethNix.modules + ]; + + eth.keyboard.enable = true; +} +``` -- cgit v1.2.3