desktop-2024-09-20-19-56-58

This commit is contained in:
Alexander Szczepanski
2024-09-20 19:56:58 +02:00
parent 8c02b5a943
commit 78d0773148
9 changed files with 66 additions and 98 deletions

View File

@ -2,9 +2,8 @@
{
environment.systemPackages = [
pkgs.brave
# pkgs.unstable.chromium
pkgs.unstable.firefox
pkgs.unstable.librewolf
pkgs.unstable.tor-browser-bundle-bin
pkgs.firefox
pkgs.librewolf
pkgs.tor-browser-bundle-bin
];
}