minor changes

This commit is contained in:
polygon 2024-03-16 15:15:23 +01:00
parent e470f49a5c
commit 4565542bb1
3 changed files with 9 additions and 4 deletions

View file

@ -59,10 +59,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
neovim
wget
kitty
git
];
# Some programs need SUID wrappers, can be configured further or are

View file

@ -1,5 +1,13 @@
{pkgs, config, ...}:
{
imports = [
./locales.nix
];
environment.systemPackages = with pkgs; [
git
just
neovim
wget
];
}

View file

@ -5,7 +5,7 @@
}:
{
i18n.defaultLocale = "en_US.UTF-8";
i18n.defaultLocale = "de_DE.UTF-8";
i18n.extraLocaleSettings = {
LC_ADDRESS = "de_DE.UTF-8";