mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 13:06:13 +01:00
patching migration
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user