home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

keyboard.nix (145B)


      1 {
      2   home.keyboard = {
      3     layout = "fr(bepo),fr";
      4     variant = "oss";
      5     options = [ "grp:menu_toggle" "grp_led:caps" "compose:caps" ];
      6   };
      7 }