diff --git a/modules/home/chromium/default.nix b/modules/home/chromium/default.nix deleted file mode 100644 index 1529a03..0000000 --- a/modules/home/chromium/default.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ pkgs, ... }: -{ - programs.chromium = { - enable = true; - }; -}