1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

Fix annoyances

~ start seafile in background
- tty colorscheme
- tty keymap error
This commit is contained in:
Kierán Meinhardt
2018-10-07 11:29:53 +02:00
parent 5e34c8a59e
commit d2adbee28b

View File

@@ -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 = {