mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 15:51:54 -05:00
base: install inxi by default
This commit is contained in:
parent
227c06256c
commit
18ad759312
|
@ -39,7 +39,10 @@
|
||||||
useXkbConfig = true;
|
useXkbConfig = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [inputs.agenix.packages.${pkgs.system}.default];
|
environment.systemPackages = with pkgs; [
|
||||||
|
inputs.agenix.packages.${pkgs.system}.default
|
||||||
|
inxi
|
||||||
|
];
|
||||||
|
|
||||||
i18n = {
|
i18n = {
|
||||||
defaultLocale = lib.mkDefault "en_US.UTF-8";
|
defaultLocale = lib.mkDefault "en_US.UTF-8";
|
||||||
|
|
Loading…
Reference in a new issue