From 22e7a9f5a502388f80b439b942113027450ce619 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 23 Jun 2025 23:03:35 -0400 Subject: move firefox to new browser module --- hosts/kaworu/default.nix | 4 +++- hosts/shinji/default.nix | 4 +++- hosts/thinkpad/default.nix | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'hosts') diff --git a/hosts/kaworu/default.nix b/hosts/kaworu/default.nix index a8f54c5..7d09423 100644 --- a/hosts/kaworu/default.nix +++ b/hosts/kaworu/default.nix @@ -28,10 +28,12 @@ inputs.nixpkgs.lib.nixosSystem rec { ]; # modules + browser = { + firefox = true; + }; desktop = { enable = true; astal = true; - firefox = true; hyprland = true; hyprlock = true; hypridle = true; diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix index 9f86069..776b87b 100644 --- a/hosts/shinji/default.nix +++ b/hosts/shinji/default.nix @@ -51,10 +51,12 @@ inputs.nixpkgs.lib.nixosSystem rec { ]; # modules + browser = { + firefox = true; + }; desktop = { enable = true; astal = true; - firefox = true; hyprland = true; hyprlock = true; hypridle = true; diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix index 6810930..5167074 100644 --- a/hosts/thinkpad/default.nix +++ b/hosts/thinkpad/default.nix @@ -28,10 +28,12 @@ inputs.nixpkgs.lib.nixosSystem rec { ]; # modules + browser = { + firefox = true; + }; desktop = { enable = true; astal = true; - firefox = true; hyprland = true; hyprlock = true; hypridle = true; -- cgit v1.2.3-freya