Compare commits
2 commits
e58abd38d3
...
a8cbaa1647
| Author | SHA1 | Date | |
|---|---|---|---|
| a8cbaa1647 | |||
| 40843d9338 |
2 changed files with 3 additions and 2 deletions
|
|
@ -45,8 +45,9 @@
|
||||||
outputs = { home-manager, nixpkgs, agenix, snm, ... }@inputs: {
|
outputs = { home-manager, nixpkgs, agenix, snm, ... }@inputs: {
|
||||||
nixosConfigurations."thrall" = nixpkgs.lib.nixosSystem {
|
nixosConfigurations."thrall" = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
specialArgs = { inherit inputs; };
|
||||||
modules = [
|
modules = [
|
||||||
({
|
({ inputs, ... }: {
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
overlays = with inputs; [ emacs.overlay ];
|
overlays = with inputs; [ emacs.overlay ];
|
||||||
|
|
|
||||||
|
|
@ -120,7 +120,7 @@ in {
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Select internationalisation properties.
|
# Select internationalization properties.
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
console = {
|
console = {
|
||||||
font = "Lat2-Terminus16";
|
font = "Lat2-Terminus16";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue