Boot options
This commit is contained in:
parent
d9de05ed1f
commit
cda6be3a44
2 changed files with 12 additions and 3 deletions
|
@ -10,6 +10,9 @@
|
|||
../../programs/zsh/default.nix
|
||||
];
|
||||
|
||||
# Use latest kernel
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
i18n = {
|
||||
defaultLocale = "en_IE.UTF-8";
|
||||
extraLocaleSettings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue