diff options
Diffstat (limited to 'nixpkgs/common.nix')
-rw-r--r-- | nixpkgs/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/common.nix b/nixpkgs/common.nix index 75d2ce5..ec0ff5b 100644 --- a/nixpkgs/common.nix +++ b/nixpkgs/common.nix @@ -31,6 +31,7 @@ home.file = { ".config/tmux/tmux.conf".source = ../tmux/tmux.conf; }; xsession.enable = true; + home.keyboard = null; xdg.enable = true; xdg.userDirs = { |