set up defiant

This commit is contained in:
Leyla Becker 2024-08-31 11:53:34 -05:00
parent aabad6f30e
commit eca25529d7
7 changed files with 61 additions and 24 deletions

View file

@ -45,31 +45,10 @@
#media-session.enable = true;
};
i18n.defaultLocale = "en_US.UTF-8";
i18n.extraLocaleSettings = {
LC_ADDRESS = "en_US.UTF-8";
LC_IDENTIFICATION = "en_US.UTF-8";
LC_MEASUREMENT = "en_US.UTF-8";
LC_MONETARY = "en_US.UTF-8";
LC_NAME = "en_US.UTF-8";
LC_NUMERIC = "en_US.UTF-8";
LC_PAPER = "en_US.UTF-8";
LC_TELEPHONE = "en_US.UTF-8";
LC_TIME = "en_US.UTF-8";
};
environment.systemPackages = with pkgs; [
# version control
git
# helvetica font
aileron
# system debuging tools
iputils
dnsutils
cachefilesd
];
}