craigeDeskop: replaced libewolf with firefox & tor-browser
This commit is contained in:
parent
ecc733c5cb
commit
695fb6d1e8
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue