Skip to content

Commit 4295f0d

Browse files
committed
latest unstable updates
dotnet update nerdfonts -> nerd-fonts
1 parent ecc5f97 commit 4295f0d

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

hosts/galvatron-wsl/configuration.nix

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@
136136
shellcheck
137137
# TODO how do I get rid of needing to write nodePackages here?
138138
python3Full
139-
dotnet-runtime_7
140-
dotnet-sdk_7
139+
dotnet-runtime
140+
dotnet-sdk
141141
vale
142142

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

158158
fonts = {
159159
fontconfig.enable = true;
160-
packages = with pkgs; [
161-
(nerdfonts.override {
162-
fonts = [
163-
"DroidSansMono"
164-
"FiraCode"
165-
"Hack"
166-
"Inconsolata"
167-
"Iosevka"
168-
"JetBrainsMono"
169-
];
170-
})
160+
packages = with pkgs.nerd-fonts; [
161+
droid-sans-mono
162+
envy-code-r
163+
fira-code
164+
hack
165+
iosevka
166+
inconsolata
167+
jetbrains-mono
171168
];
172169
};
173170

0 commit comments

Comments
 (0)