fix: outdated package names
This commit is contained in:
parent
c7aef3e55b
commit
52120b2ffb
5 changed files with 34 additions and 15 deletions
|
@ -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 = {
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
mission-center
|
||||
nvtop
|
||||
alacritty
|
||||
nerd-fonts.fira-code
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue