We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc5f97 commit 4295f0dCopy full SHA for 4295f0d
hosts/galvatron-wsl/configuration.nix
@@ -136,8 +136,8 @@
136
shellcheck
137
# TODO how do I get rid of needing to write nodePackages here?
138
python3Full
139
- dotnet-runtime_7
140
- dotnet-sdk_7
+ dotnet-runtime
+ dotnet-sdk
141
vale
142
143
# Super lightweight browser, small install, fast launch for testing
@@ -157,17 +157,14 @@
157
158
fonts = {
159
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
- })
+ packages = with pkgs.nerd-fonts; [
+ droid-sans-mono
+ envy-code-r
+ fira-code
+ hack
+ iosevka
+ inconsolata
+ jetbrains-mono
171
];
172
};
173
0 commit comments