Upgrading to 25.05

This commit is contained in:
Gene Liverman 2025-06-11 09:47:46 -04:00 committed by Gene Liverman
parent ee404a2e71
commit 4696a87825
11 changed files with 126 additions and 96 deletions

View file

@ -29,12 +29,9 @@
fonts.fontDir.enable = true;
fonts.packages = with pkgs; [
font-awesome
(nerdfonts.override {
fonts = [
"Hack"
"SourceCodePro"
];
})
nerd-fonts.hack
# Pulled from https://github.com/NixOS/nixpkgs/blob/nixos-25.05/pkgs/data/fonts/nerd-fonts/manifests/fonts.json
nerd-fonts.sauce-code-pro
];
networking.hostName = "${hostname}";