Update alpheratz and add new key
This commit is contained in:
@@ -120,7 +120,7 @@ bindsym $mod+Shift+9 move container to workspace number 9
|
||||
bindsym $mod+Shift+0 move container to workspace number 10
|
||||
|
||||
for_window [app_id="simmer505.waywrite"] floating enable
|
||||
for_window [app_id="org.speedcrunch.speedcrunch"] floating enable
|
||||
for_window [app_id="org.speedcrunch."] floating enable
|
||||
|
||||
# Horizontal and vertical splits
|
||||
bindsym $mod+b splith
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = ../../secrets/alpheratz/secrets.yaml;
|
||||
age.keyFile = "/home/eesim/.config/sops/age/keys.txt";
|
||||
age.sshKeyPaths = [ "/etc/ssh/host_key_ed25519" ];
|
||||
|
||||
secrets."wireguard/private" = {};
|
||||
secrets."wireguard/preshared" = {};
|
||||
@@ -63,7 +63,7 @@
|
||||
address = [ "10.0.0.2/32" ];
|
||||
listenPort = 51820;
|
||||
privateKeyFile = "/run/secrets/wireguard/private";
|
||||
dns = [ "192.168.1.1" ];
|
||||
dns = [ "10.0.0.1" ];
|
||||
autostart = false;
|
||||
|
||||
peers = [
|
||||
|
||||
@@ -10,6 +10,16 @@ vim.opt.softtabstop=4
|
||||
vim.opt.shiftwidth=4
|
||||
vim.opt.shiftround=true
|
||||
|
||||
vim.api.nvim_create_autocmd(
|
||||
{ "FileType" },
|
||||
{ pattern = "nix",
|
||||
callback = function()
|
||||
vim.opt.softtabstop=2
|
||||
vim.opt.shiftwidth=2
|
||||
end
|
||||
}
|
||||
)
|
||||
|
||||
vim.opt.backspace={'indent','eol','start'}
|
||||
vim.opt.hidden=true
|
||||
vim.opt.laststatus=2
|
||||
|
||||
Reference in New Issue
Block a user