From e8e896660be00829b1a8276360a170a20da8a1f7 Mon Sep 17 00:00:00 2001 From: Matthew Bessette Date: Thu, 25 Jul 2024 17:25:24 -0400 Subject: [PATCH] Update flake to support bromine --- flake.nix | 10 ++++++++++ home-manager-modules/firefox.nix | 1 + 2 files changed, 11 insertions(+) diff --git a/flake.nix b/flake.nix index 11bb69e..70901e3 100644 --- a/flake.nix +++ b/flake.nix @@ -38,6 +38,16 @@ ]; }; + nixosConfigurations.bromine = nixpkgs.lib.nixosSystem { + specialArgs = { inherit system; inherit inputs; }; + + modules = [ + nixos-hardware.nixosModules.framework-11th-gen-intel + ./_hosts/bromine/configuration.nix + ./nixos-modules + ]; + }; + homeManagerModules.default = ./nixos-modules/home-manager; }; } diff --git a/home-manager-modules/firefox.nix b/home-manager-modules/firefox.nix index d87c9b9..6b7d511 100644 --- a/home-manager-modules/firefox.nix +++ b/home-manager-modules/firefox.nix @@ -24,6 +24,7 @@ in extensions = [ # ext."1password-x-password-manager" ext.ublock-origin + ext.plasma-integration ]; }; };