chore: nixfmt *
This commit is contained in:
parent
dc761a5271
commit
d039179898
161 changed files with 2688 additions and 3024 deletions
|
@ -1,8 +1,4 @@
|
|||
{ config
|
||||
, pkgs
|
||||
, lib
|
||||
, ...
|
||||
}:
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
nix.binaryCachePublicKeys = [
|
||||
|
@ -30,20 +26,14 @@
|
|||
}
|
||||
'';
|
||||
|
||||
environment.variables = {
|
||||
NIX_PATH = lib.mkForce pkgs.nixPath;
|
||||
};
|
||||
environment.variables = { NIX_PATH = lib.mkForce pkgs.nixPath; };
|
||||
|
||||
# Fonts, I18N, Date ...
|
||||
fonts.fonts = [
|
||||
pkgs.corefonts
|
||||
];
|
||||
fonts.fonts = [ pkgs.corefonts ];
|
||||
|
||||
console.font = "lat9w-16";
|
||||
|
||||
i18n = {
|
||||
defaultLocale = "en_US.UTF-8";
|
||||
};
|
||||
i18n = { defaultLocale = "en_US.UTF-8"; };
|
||||
time.timeZone = "Europe/Berlin";
|
||||
services.gpm.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue