remove chromium and use gnome's built-in browser for the web
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./qbittorrent.nix
|
./qbittorrent.nix
|
||||||
./steam.nix
|
./steam.nix
|
||||||
./ungoogled-chromium.nix
|
|
||||||
./wine.nix
|
./wine.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
ungoogled-chromium
|
|
||||||
];
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user