From 826b4dc9ca67d921244dc2de2f3f76627bdfb043 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 8 Jan 2024 17:42:34 +0000 Subject: [PATCH] Add chromium as backup browser, remove firefox --- system/chromium.nix | 1 + system/hyprland.nix | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = {