Skip to content

Commit 2565c85

Browse files
eapolinarioclaude
andcommitted
feat(fusion-vm): add Google Chrome
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7f42181 commit 2565c85

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

nixos/hosts/fusion-vm/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
wofi # app launcher
3030
waybar # status bar
3131
chromium
32+
google-chrome
3233
wlr-randr
3334
emacs30-pgtk
3435
];

nixos/modules/common/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{
33
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
44
"symbola"
5+
"google-chrome"
56
];
67

78
nix.settings = {

0 commit comments

Comments
 (0)