mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
Revert "chore(home-manager/kitty): fix eval warning"
This reverts commit bc301fad04
.
It breaks evaluation of 24.05 machines
This commit is contained in:
parent
fad633980d
commit
fea37275b5
1 changed files with 2 additions and 7 deletions
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
cfg = config.luj.programs.kitty;
|
||||
in
|
||||
|
@ -28,7 +23,7 @@ with lib;
|
|||
name = "FiraCode Nerd Font Mono Reg";
|
||||
package = with pkgs; (nerdfonts.override { fonts = [ "FiraCode" ]; });
|
||||
};
|
||||
themeFile = "Catppuccin-Mocha";
|
||||
theme = "Catppuccin-Mocha";
|
||||
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue