diff --git a/lambda/configuration.nix b/lambda/configuration.nix index dab2277..d15ddbc 100644 --- a/lambda/configuration.nix +++ b/lambda/configuration.nix @@ -94,7 +94,7 @@ # [LOCALE] time.timeZone = "Europe/Stockholm"; i18n.defaultLocale = "en_GB.UTF-8"; - i18n.supportedLocales = [ "sv_SE.UTF-8/UTF-8" "en_GB.UTF-8/UTF-8" ] ; + i18n.supportedLocales = [ "sv_SE.UTF-8/UTF-8" "en_GB.UTF-8/UTF-8" ]; console = { font = "LatGrkCyr-12x22"; keyMap = "us"; @@ -103,6 +103,7 @@ # [NIX] nix = { settings = { + bash-prompt = "\\033[1m\\u\\033[0m@\\033[1m\\h\\033[0m: \\w\\n❄ \\040"; experimental-features = [ "nix-command" "flakes" ]; auto-optimise-store = true; };