Removed change of caps and escpae

This commit is contained in:
FredzyW 2024-07-22 09:15:28 +02:00
parent e0ef6ab87e
commit e9e54da51c
2 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@ if command -v dbus-update-activation-environment >/dev/null 2>&1; then
fi
xrdb -merge ~/.Xresources
setxkbmap -option caps:swapescape
# setxkbmap -option caps:swapescape
feh --bg-scale ~/nix/wallpapers/inverted.png

View file

@ -17,12 +17,12 @@
networking.hostName = myhostname;
# services.k3s = {
# enable = true;
# role = "server";
# token = "supersupersecretkey";
# clusterInit = true;
# };
services.k3s = {
enable = true;
role = "server";
token = "supersupersecretkey";
clusterInit = true;
};
# services = {
# syncthing = {