fix: outdated package names

This commit is contained in:
lily 2025-01-26 17:54:55 -05:00
parent c7aef3e55b
commit 52120b2ffb
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
5 changed files with 34 additions and 15 deletions

View file

@ -3,10 +3,9 @@
{
programs.kitty = {
enable = true;
theme = "Catppuccin-Mocha";
font = {
name = "FiraCode Nerd Font";
package = pkgs.fira-code-nerdfont;
package = pkgs.nerd-fonts.fira-code;
size = 14;
};
settings = {

View file

@ -23,6 +23,7 @@
mission-center
nvtop
alacritty
nerd-fonts.fira-code
];
nixpkgs.config.allowUnfree = true;