craigeDeskop: replaced libewolf with firefox & tor-browser

This commit is contained in:
Serĉanto de Scio 2023-09-18 13:47:10 +10:00
parent ecc733c5cb
commit 695fb6d1e8
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA
2 changed files with 3 additions and 2 deletions

View file

@ -26,7 +26,7 @@
../profiles/qemu.nix # Qemu virtualisation ../profiles/qemu.nix # Qemu virtualisation
../profiles/typingTutor.nix # Typing tutorials ../profiles/typingTutor.nix # Typing tutorials
../profiles/weechat.nix # Weechat environment ../profiles/weechat.nix # Weechat environment
#../profiles/xmonad.nix # Xmonad desktop environment ../profiles/xmonad.nix # Xmonad desktop environment
../profiles/yubikey.nix # Yubikey tooling ../profiles/yubikey.nix # Yubikey tooling
../secrets/craige.nix # Ssshhhhh! ../secrets/craige.nix # Ssshhhhh!
../secrets/root.nix # Ssshhhhh! ../secrets/root.nix # Ssshhhhh!
@ -92,7 +92,6 @@
exiftool # A tool to read, write and edit EXIF meta information exiftool # A tool to read, write and edit EXIF meta information
ffmpeg-full # record, convert and stream audio and video ffmpeg-full # record, convert and stream audio and video
file file
librewolf # Firefox fork, focused on privacy, security and freedom
gcc gcc
gimp gimp
gnumake gnumake

View file

@ -14,10 +14,12 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
byobu # text-based window manager and terminal multiplexer. byobu # text-based window manager and terminal multiplexer.
caprine-bin # an elegant Facebook Messenger desktop app caprine-bin # an elegant Facebook Messenger desktop app
firefox # A web browser built from Firefox source tree
gopass # password file manager gopass # password file manager
shared-mime-info # A database of common MIME types shared-mime-info # A database of common MIME types
sweethome3d.application # design and visualise homes sweethome3d.application # design and visualise homes
termonad # Terminal emulator configurable in Haskell termonad # Terminal emulator configurable in Haskell
tor-browser-bundle-bin # Tor Browser Bundle built by torproject.org
whalebird # Mastodon client whalebird # Mastodon client
yt-dlp # Command-line tool to download videos yt-dlp # Command-line tool to download videos
]; ];