about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/profiles/research/default.nix3
1 files changed, 2 insertions, 1 deletions
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" ];
   };
 }