I am new to NixOS and try to install it on a disk which already has a Linux with LUKS and btrfs.
So my idea is
- booting from the nixos ISO
- stop the installer
- create the btrfs subvols required
- mount things accordingly on /mnt
- run
nixos-generate-config --root /mnt
- checking config and then run
nixos-install
The problem I am facing is that I am used to colemak keyboard layout and in order to have it in the konsole
I wanted to change the keyboard layout in Plasma-System settings but adding a layout is not available. Typing without colemak is really hard for me.
Any idea how I could change the keyboard layout here?