We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2565c85 commit 8e41196Copy full SHA for 8e41196
nixos/hosts/fusion-vm/default.nix
@@ -29,7 +29,6 @@
29
wofi # app launcher
30
waybar # status bar
31
chromium
32
- google-chrome
33
wlr-randr
34
emacs30-pgtk
35
];
nixos/modules/common/default.nix
@@ -2,7 +2,6 @@
2
{
3
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
4
"symbola"
5
- "google-chrome"
6
7
8
nix.settings = {
0 commit comments