|
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
../home-manager/main.nix
|
|
|
|
./console.nix
|
|
./environment.nix
|
|
./fonts.nix
|
|
./i18n.nix
|
|
./nix.nix
|
|
./services.nix
|
|
./users.nix
|
|
];
|
|
|
|
nixpkgs.config.allowUnfree = true;
|
|
time.timeZone = "Europe/Amsterdam";
|
|
programs.zsh.enable = true;
|
|
}
|