mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-19 01:21:39 +01:00
moved xmodmap declaration
This commit is contained in:
parent
7e3ab85170
commit
f0ee6d184a
2 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,6 @@
|
|||
dig
|
||||
traceroute
|
||||
killall
|
||||
xorg.xmodmap
|
||||
# dev
|
||||
jdk
|
||||
maven
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
xorg.xmodmap
|
||||
];
|
||||
# Configure keymap in X11
|
||||
services.xserver.layout = "us";
|
||||
services.xserver.xkbVariant = "dvorak-alt-intl";
|
||||
|
|
Loading…
Reference in a new issue