my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

nixos/system/size: don't install speachd by default

isabel 49945c2d 55b25164

+5
+5
modules/nixos/system/size.nix
··· 27 27 28 28 # this can allow us to save some storage space 29 29 fonts.fontDir.decompressFonts = true; 30 + 31 + # this enables itself on systems that are graphical. but i don't need it this 32 + # module adds pkgs.speachd which is like 700MiB. we still will have 33 + # speachd-minmal in our closure due to browsers 34 + services.speechd.enable = false; 30 35 }