fix evaluation errors
Alan Pearce alan@alanpearce.eu
Sat, 09 Sep 2017 17:01:46 +0200
4 files changed, 6 insertions(+), 6 deletions(-)
M modules/berlin.nix → modules/berlin.nix
@@ -1,7 +1,7 @@ { config, pkgs, ... }: -{ time.timezone = "Europe/Berlin"; - redshift = { +{ time.timeZone = "Europe/Berlin"; + services.redshift = { latitude = "52.586"; longitude = "13.300"; };
M modules/colemak.nix → modules/colemak.nix
@@ -1,7 +1,7 @@ { config, pkgs, ... }: { i18n.consoleKeyMap = "colemak/en-latin9"; - kmscon = { + services.kmscon = { extraConfig = '' xkb-model=pc104 xkb-layout=us @@ -9,7 +9,7 @@ xkb-variant=colemak xkb-options="altwin:prtsc_rwin" ''; }; - xserver = { + services.xserver = { layout = "us,us"; xkbVariant = "colemak,"; xkbOptions = "grp:shifts_toggle,altwin:prtsc_rwin";
M modules/satoshipay.nix → modules/satoshipay.nix
@@ -17,7 +17,7 @@ environment.systemPackages = with pkgs; [ google-chrome mongodb franz - pkgsUnstable.scudCloud + pkgsUnstable.scudcloud ]; networking.domain = "satoshipay.io";
M modules/user-interface.nix → modules/user-interface.nix
@@ -40,7 +40,7 @@ services.emacs = { enable = true; defaultEditor = true; - package = import ./emacs.nix { + package = import ../packages/emacs.nix { inherit (pkgs) stdenv; pkgs = pkgsUnstable; emacs = pkgs.lib.overrideDerivation (pkgs.emacs.override {