update nixpkgs

This commit is contained in:
Clayton Hickey 2025-11-04 13:58:52 -05:00
parent 697ba800a6
commit a6f6bdde02
5 changed files with 21 additions and 59 deletions

View file

@ -101,8 +101,6 @@
enable = true;
qemu = {
swtpm.enable = true;
ovmf.enable = true;
ovmf.packages = [ pkgs.OVMFFull.fd ];
};
};
virtualbox.host = {
@ -202,6 +200,8 @@
discord
aseprite
pixelorama
dig
ncdu
];
sessionVariables = {
EDITOR = "${inputs.cnvim.packages.x86_64-linux.default}/bin/nvim";
@ -212,7 +212,7 @@
packages = with pkgs; [
noto-fonts
noto-fonts-cjk-sans
noto-fonts-emoji
noto-fonts-color-emoji
liberation_ttf
fira-code
fira-code-symbols
@ -222,7 +222,7 @@
font-awesome
libre-baskerville
corefonts
vistafonts
vista-fonts
];
};