Skip to content

Commit 8e41196

Browse files
committed
Revert "feat(fusion-vm): add Google Chrome"
This reverts commit 2565c85.
1 parent 2565c85 commit 8e41196

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

nixos/hosts/fusion-vm/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
wofi # app launcher
3030
waybar # status bar
3131
chromium
32-
google-chrome
3332
wlr-randr
3433
emacs30-pgtk
3534
];

nixos/modules/common/default.nix

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

87
nix.settings = {

0 commit comments

Comments
 (0)