diff options
author | Alan Pearce | 2020-02-18 10:20:59 +0100 |
---|---|---|
committer | Alan Pearce | 2020-02-18 10:20:59 +0100 |
commit | 94c04950e14301a33a0a3abb9414e0f92d9895eb (patch) | |
tree | 4821143717f28ad010d1cff06d5c387a466fbef0 /system/settings/hardware | |
parent | 50129a90b692af5c0561bd8e13f557db1516e5a1 (diff) | |
download | nixfiles-94c04950e14301a33a0a3abb9414e0f92d9895eb.tar.lz nixfiles-94c04950e14301a33a0a3abb9414e0f92d9895eb.tar.zst nixfiles-94c04950e14301a33a0a3abb9414e0f92d9895eb.zip |
Use nix-shell to run node2nix
Diffstat (limited to 'system/settings/hardware')
-rw-r--r-- | system/settings/hardware/qwerty.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/system/settings/hardware/qwerty.nix b/system/settings/hardware/qwerty.nix deleted file mode 100644 index c967d561..00000000 --- a/system/settings/hardware/qwerty.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ config, pkgs, ... }: - -{ - services.xserver = { - layout = "us"; - xkbVariant = "intl-unicode"; - xkbOptions = "altwin:prtsc_rwin,caps:escape"; - }; -} |