feat: add umlauts and media keys to keyd
This commit is contained in:
parent
7cc47dc124
commit
52a3c57a92
3 changed files with 19 additions and 9 deletions
|
|
@ -5,6 +5,7 @@
|
|||
./gui
|
||||
./git.nix
|
||||
./gnupg.nix
|
||||
./keyd.nix
|
||||
./neovim
|
||||
./packages.nix
|
||||
./ssh.nix
|
||||
|
|
|
|||
3
users/gandalf/modules/keyd.nix
Normal file
3
users/gandalf/modules/keyd.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ pkgs, ... }: {
|
||||
home.file.".XCompose".source = "${pkgs.keyd}/share/keyd/keyd.compose";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue