remove chromium and use gnome's built-in browser for the web

This commit is contained in:
Odweta
2026-01-19 17:08:55 +01:00
parent 291acf6792
commit b44f200102
2 changed files with 0 additions and 8 deletions
-1
View File
@@ -4,7 +4,6 @@
imports = [
./qbittorrent.nix
./steam.nix
./ungoogled-chromium.nix
./wine.nix
];
}
-7
View File
@@ -1,7 +0,0 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
ungoogled-chromium
];
}