Compare commits
No commits in common. "a8cbaa1647d0d0ed2e7b42f62384fc69b6582557" and "e58abd38d34efee67ccff73d662471667727ddbe" have entirely different histories.
a8cbaa1647
...
e58abd38d3
2 changed files with 2 additions and 3 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ in {
|
|||
}];
|
||||
};
|
||||
|
||||
# Select internationalization properties.
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
console = {
|
||||
font = "Lat2-Terminus16";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue