forked from mirrors_public/oddlama_nix-config
chore: add kitty terminfo for all systems
This commit is contained in:
parent
20207213c7
commit
a1c26b127a
2 changed files with 9 additions and 3 deletions
|
@ -1,8 +1,15 @@
|
|||
{lib, ...}: {
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# Disable sudo which is entierly unnecessary.
|
||||
security.sudo.enable = false;
|
||||
|
||||
time.timeZone = lib.mkDefault "Europe/Berlin";
|
||||
i18n.defaultLocale = "C.UTF-8";
|
||||
console.keyMap = "de-latin1-nodeadkeys";
|
||||
|
||||
# Install the kitty terminfo package for all systems.
|
||||
environment.systemPackages = [pkgs.kitty.terminfo];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue