desktop-2024-09-16-22-47-01

This commit is contained in:
Alexander Szczepanski
2024-09-16 22:47:01 +02:00
parent 59fbc05e8f
commit 95eaa7840f
9 changed files with 96 additions and 145 deletions

View File

@ -1,10 +1,10 @@
{ config, pkgs, lib, ... }:
{
environment.systemPackages = with pkgs.unstable; [
brave
chromium
firefox
librewolf
tor-browser-bundle-bin
environment.systemPackages = [
pkgs.brave
# pkgs.unstable.chromium
pkgs.unstable.firefox
pkgs.unstable.librewolf
pkgs.unstable.tor-browser-bundle-bin
];
}