Compare commits

...

3 Commits

Author SHA1 Message Date
4c43ad1fa9 Install tor browser 2025-01-20 11:00:08 +01:00
924c1dfb33 Add aircrack-ng 2025-01-20 11:00:08 +01:00
e33d013ca5 Add noto-fonts-emoji to maybe fix colored emojis
this was an attempt to fix missing colored emojis but it didn't work.
2025-01-20 10:59:23 +01:00

View File

@ -164,10 +164,12 @@
pavucontrol pavucontrol
libnotify libnotify
alsa-tools alsa-tools
aircrack-ng
tor-browser-bundle-bin
]; ];
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
hack-font noto-fonts noto-fonts-cjk-sans noto-fonts-color-emoji hack-font noto-fonts noto-fonts-cjk-sans noto-fonts-color-emoji noto-fonts-emoji
(nerdfonts.override { fonts = [ "Hack" ]; }) (nerdfonts.override { fonts = [ "Hack" ]; })
]; ];