Removed change of caps and escpae
This commit is contained in:
parent
e0ef6ab87e
commit
e9e54da51c
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue