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 fi
xrdb -merge ~/.Xresources xrdb -merge ~/.Xresources
setxkbmap -option caps:swapescape # setxkbmap -option caps:swapescape
feh --bg-scale ~/nix/wallpapers/inverted.png feh --bg-scale ~/nix/wallpapers/inverted.png

View file

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