32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
##############################################
|
|
# These files are just for reference.
|
|
# If you want to change anything, edit the source files in:
|
|
# ~/<defaultUser>nix/assets/conf
|
|
#
|
|
# After that, run:
|
|
# cd ~/<defaultUser>nix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost>
|
|
#
|
|
# If everything still works, you can use the same command but:
|
|
# - keep "switch"
|
|
# - and add a reboot:
|
|
#
|
|
# cd ~/<defaultUser>nix && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot
|
|
#
|
|
# NOTE:
|
|
# Make sure the lines starting with: cd ~/<defaultUser>nix
|
|
# are written as ONE single line.
|
|
###############################################
|
|
#~/nixos/files/conf/terminal/kitty.conf
|
|
|
|
# Kitty config (https://sw.kovidgoyal.net/kitty/conf/)
|
|
#
|
|
# Edit freely; NixOS will inject this file verbatim via programs.kitty.extraConfig.
|
|
|
|
# Example baseline settings:
|
|
background_opacity 0.60
|
|
dynamic_background_opacity yes
|
|
|
|
# Suggested: allow ctrl+shift+v paste (many distros default this already)
|
|
map ctrl+shift+v paste_from_clipboard
|
|
map ctrl+shift+c copy_to_clipboard
|