Compare commits

...

3 Commits

Author SHA1 Message Date
88136cac70 Install tor browser 2025-01-20 10:58:38 +01:00
9707294bae Add aircrack-ng 2024-12-21 14:42:38 +01:00
57d3a85381 Add fix noto-fonts-emoji
this was an attempt to fix missing colored emojis but it didn't work.
2024-12-21 14:42:15 +01:00

View File

@ -164,10 +164,12 @@
pavucontrol
libnotify
alsa-tools
aircrack-ng
tor-browser-bundle-bin
];
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" ]; })
];