From d2adbee28bff0601de02c9be7713bbea84be547d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sun, 7 Oct 2018 11:29:53 +0200 Subject: [PATCH] Fix annoyances ~ start seafile in background - tty colorscheme - tty keymap error --- configs/graphics.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/graphics.nix b/configs/graphics.nix index 79bc9db..3ef391f 100644 --- a/configs/graphics.nix +++ b/configs/graphics.nix @@ -286,7 +286,7 @@ in { displayManager.auto = { enable = true; user = "kfm"; }; displayManager.sessionCommands = '' ${pkgs.dropbox-cli}/bin/dropbox start - ${pkgs.seafile-client}/bin/seafile-applet + ${pkgs.seafile-client}/bin/seafile-applet & ''; desktopManager.xterm.enable = false; desktopManager.wallpaper.mode = "fill"; @@ -304,8 +304,8 @@ in { i18n = { defaultLocale = "en_GB.UTF-8"; - consoleUseXkbConfig = true; - consoleColors = with import ../theme.nix; map (c: lib.strings.removePrefix "#" c) colorPalette; + consoleKeyMap = "de"; + # consoleColors = with import ../theme.nix; map (c: lib.strings.removePrefix "#" c) colorPalette; }; services.compton = {