Remove screenkey configuration
This commit is contained in:
parent
487e116bac
commit
e86ee0fce1
2 changed files with 0 additions and 14 deletions
|
@ -9,7 +9,6 @@
|
||||||
./media/handbrake.nix
|
./media/handbrake.nix
|
||||||
./node.nix
|
./node.nix
|
||||||
./redshift.nix
|
./redshift.nix
|
||||||
./screenkey.nix
|
|
||||||
./starship.nix
|
./starship.nix
|
||||||
./zsh
|
./zsh
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
home.packages = with pkgs; [ screenkey ];
|
|
||||||
|
|
||||||
xdg.configFile."screenkey.json".text = builtins.toJSON {
|
|
||||||
key_mode = "composed";
|
|
||||||
mods_mode = "emacs";
|
|
||||||
persist = true;
|
|
||||||
size = "small";
|
|
||||||
timeout = 0.25;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue