Skip to content

Commit

Permalink
latest unstable updates
Browse files Browse the repository at this point in the history
dotnet update
nerdfonts -> nerd-fonts
  • Loading branch information
webframp committed Dec 4, 2024
1 parent ecc5f97 commit 4295f0d
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions hosts/galvatron-wsl/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@
shellcheck
# TODO how do I get rid of needing to write nodePackages here?
python3Full
dotnet-runtime_7
dotnet-sdk_7
dotnet-runtime
dotnet-sdk
vale

# Super lightweight browser, small install, fast launch for testing
Expand All @@ -157,17 +157,14 @@

fonts = {
fontconfig.enable = true;
packages = with pkgs; [
(nerdfonts.override {
fonts = [
"DroidSansMono"
"FiraCode"
"Hack"
"Inconsolata"
"Iosevka"
"JetBrainsMono"
];
})
packages = with pkgs.nerd-fonts; [
droid-sans-mono
envy-code-r
fira-code
hack
iosevka
inconsolata
jetbrains-mono
];
};

Expand Down

0 comments on commit 4295f0d

Please sign in to comment.