install ffmpeg, pyright; exclude vms from backup; make kitty transparent
This commit is contained in:
parent
8100b82485
commit
477d94687d
3 changed files with 5 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
||||||
# for confirmation
|
# for confirmation
|
||||||
confirm_os_window_close = 0;
|
confirm_os_window_close = 0;
|
||||||
clear_all_shortcuts = true;
|
clear_all_shortcuts = true;
|
||||||
|
background_opacity = 0.85;
|
||||||
|
|
||||||
# will probably lower this later but the max allowed is actually 4GB
|
# will probably lower this later but the max allowed is actually 4GB
|
||||||
# this is NOT stored in memory and can only be viewed with scrollback_pager
|
# this is NOT stored in memory and can only be viewed with scrollback_pager
|
||||||
|
|
|
@ -93,6 +93,7 @@
|
||||||
keepassxc
|
keepassxc
|
||||||
ida-free
|
ida-free
|
||||||
jujutsu
|
jujutsu
|
||||||
|
ffmpeg
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
@ -155,6 +156,7 @@
|
||||||
delta
|
delta
|
||||||
taplo
|
taplo
|
||||||
llvmPackages.clang-tools
|
llvmPackages.clang-tools
|
||||||
|
pyright
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
resolvconf.enable = true;
|
resolvconf.enable = true;
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
trustedInterfaces = [ "tailscale0" "virbr0" ];
|
trustedInterfaces = [ "tailscale0" "virbr0" "virbr1" ];
|
||||||
# allowedTCPPorts = [
|
# allowedTCPPorts = [
|
||||||
# 8080 # mitmproxy
|
# 8080 # mitmproxy
|
||||||
# 22000 # syncthing
|
# 22000 # syncthing
|
||||||
|
@ -238,6 +238,7 @@
|
||||||
"/home/yt/Games"
|
"/home/yt/Games"
|
||||||
"/home/yt/Videos"
|
"/home/yt/Videos"
|
||||||
"/home/yt/.bitmonero"
|
"/home/yt/.bitmonero"
|
||||||
|
"/home/yt/vms"
|
||||||
];
|
];
|
||||||
repo = "yt";
|
repo = "yt";
|
||||||
passFile = config.sops.secrets."borg/rsyncnet".path;
|
passFile = config.sops.secrets."borg/rsyncnet".path;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue