From 20eae0649d89de6f4f6dd386b3353fd351865409 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 21 Dec 2023 19:33:36 +0900 Subject: feat(home/browsing): manage firefox --- home/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/default.nix') diff --git a/home/default.nix b/home/default.nix index c2adfdd..bd29124 100644 --- a/home/default.nix +++ b/home/default.nix @@ -4,7 +4,7 @@ "sefidel@alpha" = self.lib.mkHome { username = "sefidel"; hostname = "alpha"; - pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ rust.overlays.default neovim-nightly.overlay helix.overlays.default ]; }; + pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ rust.overlays.default neovim-nightly.overlay helix.overlays.default nur.overlay ]; }; extraModules = [ ./profiles/populate.nix @@ -29,7 +29,7 @@ "sefidel@haruka" = self.lib.mkHome { username = "sefidel"; hostname = "haruka"; - pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ rust.overlays.default neovim-nightly.overlay helix.overlays.default ]; }; + pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ rust.overlays.default neovim-nightly.overlay helix.overlays.default nur.overlay ]; }; extraModules = [ ./profiles/populate.nix -- cgit 1.4.1