Merge branch 'main' of git.lucbijl.nl:luc/gentoo-desktop

This commit is contained in:
Luc Bijl 2026-07-27 16:04:47 +02:00
commit 2769ba02cd
2 changed files with 12 additions and 1 deletions

11
dotconfig/nvim/init.lua Normal file
View file

@ -0,0 +1,11 @@
local options = {
number = true,
relativenumber = true,
tabstop = 4,
shiftwidth = 4,
expandtab = true
}
for k, v in pairs (options) do
vim.opt[k] = v
end

View file

@ -23,7 +23,7 @@ openrc -U h
## Device input settings ##
# Keyboard layout
riverctl keyboard-layout qwerty
riverctl keyboard-layout eu
# Set keyboard repeat rate
riverctl set-repeat 50 300