diff --git a/modules/apps/default.nix b/modules/apps/default.nix index 2784d88..5388a49 100644 --- a/modules/apps/default.nix +++ b/modules/apps/default.nix @@ -4,7 +4,6 @@ imports = [ ./qbittorrent.nix ./steam.nix - ./ungoogled-chromium.nix ./wine.nix ]; } diff --git a/modules/apps/ungoogled-chromium.nix b/modules/apps/ungoogled-chromium.nix deleted file mode 100644 index 50bdcd4..0000000 --- a/modules/apps/ungoogled-chromium.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ pkgs, ... }: - -{ - environment.systemPackages = with pkgs; [ - ungoogled-chromium - ]; -}