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:
@@ -286,7 +286,7 @@ in {
|
|||||||
displayManager.auto = { enable = true; user = "kfm"; };
|
displayManager.auto = { enable = true; user = "kfm"; };
|
||||||
displayManager.sessionCommands = ''
|
displayManager.sessionCommands = ''
|
||||||
${pkgs.dropbox-cli}/bin/dropbox start
|
${pkgs.dropbox-cli}/bin/dropbox start
|
||||||
${pkgs.seafile-client}/bin/seafile-applet
|
${pkgs.seafile-client}/bin/seafile-applet &
|
||||||
'';
|
'';
|
||||||
desktopManager.xterm.enable = false;
|
desktopManager.xterm.enable = false;
|
||||||
desktopManager.wallpaper.mode = "fill";
|
desktopManager.wallpaper.mode = "fill";
|
||||||
@@ -304,8 +304,8 @@ in {
|
|||||||
|
|
||||||
i18n = {
|
i18n = {
|
||||||
defaultLocale = "en_GB.UTF-8";
|
defaultLocale = "en_GB.UTF-8";
|
||||||
consoleUseXkbConfig = true;
|
consoleKeyMap = "de";
|
||||||
consoleColors = with import ../theme.nix; map (c: lib.strings.removePrefix "#" c) colorPalette;
|
# consoleColors = with import ../theme.nix; map (c: lib.strings.removePrefix "#" c) colorPalette;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.compton = {
|
services.compton = {
|
||||||
|
|||||||
Reference in New Issue
Block a user