altiosevka: pin

This commit is contained in:
Primrose 2025-05-20 11:02:45 +02:00
parent 3c6ea1f34c
commit c916ee362e
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
8 changed files with 7 additions and 18 deletions

View file

@ -6,11 +6,11 @@
}: let
cfg = config.programs.kitty;
inherit (pkgs) myPkgs';
inherit (pkgs) myPkgs;
in {
config = lib.mkIf cfg.enable {
home.packages = [
myPkgs'.altiosevka-nerd-font-mono
myPkgs.altiosevka-nerd-font-mono
];
programs.kitty = lib.mkIf cfg.enable {