kitty fixes

This commit is contained in:
cnst
2024-08-02 13:53:45 +02:00
parent 6439059d7b
commit 939e19ac7e
304 changed files with 102 additions and 83366 deletions

6
nixos/core/boot.nix Normal file
View File

@@ -0,0 +1,6 @@
{
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
}