Remove screenkey configuration

This commit is contained in:
Oliver Davies 2025-07-27 23:25:55 +01:00
parent 487e116bac
commit e86ee0fce1
2 changed files with 0 additions and 14 deletions

View file

@ -9,7 +9,6 @@
./media/handbrake.nix
./node.nix
./redshift.nix
./screenkey.nix
./starship.nix
./zsh
];

View file

@ -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;
};
}