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
|
||||
|
||||
xrdb -merge ~/.Xresources
|
||||
setxkbmap -option caps:swapescape
|
||||
# setxkbmap -option caps:swapescape
|
||||
|
||||
feh --bg-scale ~/nix/wallpapers/inverted.png
|
||||
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue