mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
fix(eval): silence some eval warnings
This commit is contained in:
parent
3a491d5901
commit
78da69c2c7
4 changed files with 19 additions and 18 deletions
|
@ -1,4 +1,9 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.luj.programs.kitty;
|
||||
in
|
||||
|
@ -23,7 +28,7 @@ with lib;
|
|||
name = "FiraCode Nerd Font Mono Reg";
|
||||
package = with pkgs; (nerdfonts.override { fonts = [ "FiraCode" ]; });
|
||||
};
|
||||
theme = "Catppuccin-Mocha";
|
||||
themeFile = "Catppuccin-Mocha";
|
||||
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue