diff --git a/system/chromium.nix b/system/chromium.nix index 226b8d7a..0b8f98af 100644 --- a/system/chromium.nix +++ b/system/chromium.nix @@ -1,4 +1,5 @@ { pkgs, ... }: { + environment.systemPackages = with pkgs; [ chromium ]; programs.chromium = rec { enable = true; defaultSearchProviderEnabled = true; diff --git a/system/hyprland.nix b/system/hyprland.nix index dda91b05..c0d7b408 100644 --- a/system/hyprland.nix +++ b/system/hyprland.nix @@ -1,6 +1,5 @@ { pkgs, ... }: { - imports = - [ ./desktop.nix ./emacs.nix ./nyxt.nix ./firefox.nix ./chromium.nix ]; + imports = [ ./desktop.nix ./emacs.nix ./nyxt.nix ./chromium.nix ]; nixpkgs.config.chromium.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland"; environment = {