fix: keyboard layout
This commit is contained in:
parent
539866bee0
commit
38afd3274f
3 changed files with 5 additions and 4 deletions
|
@ -5,6 +5,8 @@
|
|||
|
||||
networking.hostName = "ahrc-laptop";
|
||||
|
||||
console.keyMap = "fr-pc";
|
||||
|
||||
environment.systemPackages = with pkgs; [ powertop brightnessctl ];
|
||||
|
||||
services.libinput.enable = true;
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
|
||||
networking.hostName = "ahrc-pc";
|
||||
|
||||
console.keyMap = "us";
|
||||
|
||||
programs.bash.promptInit = ''
|
||||
if [ "$(whoami)" = root ]; then
|
||||
color=35
|
||||
|
|
|
@ -12,10 +12,7 @@
|
|||
time.timeZone = "Europe/Paris";
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
console = {
|
||||
font = "Lat2-Terminus16";
|
||||
keyMap = "fr-pc";
|
||||
};
|
||||
console.font = "Lat2-Terminus16";
|
||||
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue