# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, config, pkgs, flakeRoot, import-tree, home-manager, ... }: let hostname = "traveldroid"; modulesPath = "${flakeRoot}/generated/modules/${hostname}"; hostModules = import-tree modulesPath; allModules = hostModules.imports; in { networking.hostName = hostname; system.stateVersion = "26.05"; ################################# # Locale ################################# i18n = { defaultLocale = "nl_NL.UTF-8"; extraLocales = [ "nl_NL.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" ]; consoleKeyMap = "us"; }; time.timeZone = "Europe/Amsterdam"; ################################# # Imports ################################# imports = [ ../../../generated/users/henrov.nix ./boot.nix ./hardware-configuration.nix ] ++ allModules ++ [ home-manager.nixosModules.home-manager ]; ################################# # Home Manager integration ################################# home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; environment.systemPackages = [ pkgs.dconf ]; programs.dconf.enable = true; }