Compare commits

...

2 commits

2 changed files with 3 additions and 2 deletions

View file

@ -45,8 +45,9 @@
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 ];

View file

@ -120,7 +120,7 @@ in {
}];
};
# Select internationalisation properties.
# Select internationalization properties.
i18n.defaultLocale = "en_US.UTF-8";
console = {
font = "Lat2-Terminus16";