dregil: Use home-manager to set keyboard
This commit is contained in:
parent
f8411ac7e9
commit
53b6e8d5b4
3 changed files with 44 additions and 47 deletions
|
|
@ -13,6 +13,11 @@ in {
|
|||
../../home/cli.nix
|
||||
{
|
||||
home = {
|
||||
language.base = "en_US@UTF-8";
|
||||
|
||||
keyboard.type = "us";
|
||||
keyboard.variant = "dvorak";
|
||||
|
||||
packages = with pkgs; [
|
||||
alacritty # fast terminal
|
||||
firefox # the browser with the fox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue