From 451ca6639303d2ecf7fe67912b3a9bf8c230d4b3 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 1 May 2022 17:10:05 +0900 Subject: chore: bump flakes --- home/profiles/research/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home') diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix index 8069577..511ba6b 100644 --- a/home/profiles/research/default.nix +++ b/home/profiles/research/default.nix @@ -53,8 +53,9 @@ in pkgs.texlive.combined.scheme-small pkgs.pandoc pkgs.obsidian + pkgs.google-chrome ]; - nixpkgs.allowedUnfree = [ "obsidian" ]; + nixpkgs.allowedUnfree = [ "obsidian" "google-chrome" ]; }; } -- cgit 1.4.1