Browse Source

minify kitty config + fix tpm package name

Noah Vogt 1 year ago
parent
commit
f3ad4ed62d
2 changed files with 1 additions and 7 deletions
  1. 0 6
      dot-config/kitty/kitty.conf
  2. 1 1
      stage1.sh

+ 0 - 6
dot-config/kitty/kitty.conf

@@ -1,8 +1,2 @@
 # disable network connections
 update_check_interval 0
-
-# stop disable confirm to quit dialog
-confirm_os_window_close 0
-
-# disable terminal bell
-enable_audio_bell no

+ 1 - 1
stage1.sh

@@ -53,7 +53,7 @@ mount /dev/"$DRIVE"1 /mnt/efi
 
 pacman -Sy --noconfirm archlinux-keyring
 
-pacstrap /mnt base linux networkmanager sbctl amd-ucode efibootmgr cryptsetup tmp2-tss
+pacstrap /mnt base linux networkmanager sbctl amd-ucode efibootmgr cryptsetup tpm2-tss
 
 genfstab -U /mnt >> /mnt/etc/fstab
 mv drive /mnt