Skip to content

Commit 83bdd6f

Browse files
committed
font
1 parent 95d4729 commit 83bdd6f

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

home/common/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@
839839
ion
840840
kubo #ipfs
841841
jack2
842-
jetbrains-mono
842+
#jetbrains-mono
843843
jless
844844
jq
845845
jql

nixos/desktop/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[
1111
(from-root "nixos/all")
1212
(from-root "nixos/environment")
13-
(from-root "nixos/fonts")
13+
#(from-root "nixos/fonts")
1414
(from-root "nixos/virtualisation")
1515
(from-root "nixos/hardware")
1616
(from-root "nixos/hyprland") # hyprland = would use flake for hyprland master but had annoying warning about waybar? todo try again. prefer flake. the config for this is setup in homeManager for reasons. could be brought out to nixos module would probably fit better due to my agonies

nixos/environment/default.nix

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ in
264264
gtk2
265265
gtk3
266266
gtk4
267-
hackgen-nf-font
267+
#hackgen-nf-font
268268
haskellPackages.misfortune
269269
hasklig
270270
hledger
@@ -311,15 +311,15 @@ in
311311
llvmPackages.bintools
312312
lolcat
313313
lsix
314-
maple-mono.NF
315-
#maple-mono.SC-NF
316-
maple-mono.Normal-OTF
317-
maple-mono.Normal-TTF-AutoHint
318-
maple-mono.Normal-TTF
319-
maple-mono.Normal-Woff2
320-
maple-mono.Normal-NF
321-
maple-mono.Normal-Variable
322-
maple-mono.variable
314+
#maple-mono.NF
315+
##maple-mono.SC-NF
316+
#maple-mono.Normal-OTF
317+
#maple-mono.Normal-TTF-AutoHint
318+
#maple-mono.Normal-TTF
319+
#maple-mono.Normal-Woff2
320+
#maple-mono.Normal-NF
321+
#maple-mono.Normal-Variable
322+
#maple-mono.variable
323323
minicom
324324
monoid
325325
ncdu

0 commit comments

Comments
 (0)