diff --git a/flake.nix b/flake.nix index 633ac3e..81be2fc 100644 --- a/flake.nix +++ b/flake.nix @@ -45,9 +45,8 @@ outputs = { home-manager, nixpkgs, agenix, snm, ... }@inputs: { nixosConfigurations."thrall" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; - specialArgs = { inherit inputs; }; modules = [ - ({ inputs, ... }: { + ({ nixpkgs = { config.allowUnfree = true; overlays = with inputs; [ emacs.overlay ]; diff --git a/hosts/thrall/default.nix b/hosts/thrall/default.nix index 391c744..6b6ba7a 100644 --- a/hosts/thrall/default.nix +++ b/hosts/thrall/default.nix @@ -120,7 +120,7 @@ in { }]; }; - # Select internationalization properties. + # Select internationalisation properties. i18n.defaultLocale = "en_US.UTF-8"; console = { font = "Lat2-Terminus16";