vanadium: split myPkgs and myPkgs'

This commit is contained in:
Primrose 2025-04-06 21:37:12 +02:00
parent 907a2b377e
commit 3ff3303e1e
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 8 additions and 5 deletions

View file

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