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";
|
networking.hostName = "ahrc-laptop";
|
||||||
|
|
||||||
|
console.keyMap = "fr-pc";
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ powertop brightnessctl ];
|
environment.systemPackages = with pkgs; [ powertop brightnessctl ];
|
||||||
|
|
||||||
services.libinput.enable = true;
|
services.libinput.enable = true;
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
|
|
||||||
networking.hostName = "ahrc-pc";
|
networking.hostName = "ahrc-pc";
|
||||||
|
|
||||||
|
console.keyMap = "us";
|
||||||
|
|
||||||
programs.bash.promptInit = ''
|
programs.bash.promptInit = ''
|
||||||
if [ "$(whoami)" = root ]; then
|
if [ "$(whoami)" = root ]; then
|
||||||
color=35
|
color=35
|
||||||
|
|
|
@ -12,10 +12,7 @@
|
||||||
time.timeZone = "Europe/Paris";
|
time.timeZone = "Europe/Paris";
|
||||||
|
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
console = {
|
console.font = "Lat2-Terminus16";
|
||||||
font = "Lat2-Terminus16";
|
|
||||||
keyMap = "fr-pc";
|
|
||||||
};
|
|
||||||
|
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue