patching migration

This commit is contained in:
2024-11-06 21:51:22 +01:00
parent 46dcd0753e
commit 91d567d5a5
5 changed files with 18 additions and 13 deletions

View File

@@ -1,12 +1,12 @@
{
{ lib, ... }: {
programs.kitty = {
enable = true;
font = {
name = "FiraCode Nerd Font";
name = lib.mkForce "FiraCode Nerd Font";
size = 12;
};
themeFile = "Rose Pine";
themeFile = "rose-pine";
settings = {
confirm_os_window_close = 0;