moved all of my config into this nix flake
This commit is contained in:
17
common/nixos.nix
Normal file
17
common/nixos.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{}:
|
||||
|
||||
# config that i use on all my hosts, that run native nixos
|
||||
# excluding for example my phone phone
|
||||
|
||||
{
|
||||
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
console = {
|
||||
font = "Lat2-Terminus16";
|
||||
#keyMap = "at";
|
||||
useXkbConfig = true; # use xkbOptions in tty.
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user