feat(home): add chromium

This commit is contained in:
genofire 2023-01-13 21:44:34 +01:00
parent 2da7cd2ea7
commit a80f9cb2e8
2 changed files with 12 additions and 1 deletions

12
home/codium.nix Normal file
View File

@ -0,0 +1,12 @@
{ config, pkgs, ... }:
{
programs.vscode = {
enable = true;
package = (pkgs.vscodium.override {
# commandLineArgs = [
# "--enable-features=UseOzonePlatform,WebRTCPipeWireCapturer"
# "--ozone-platform=wayland"
# ];
});
};
}

View File

@ -60,7 +60,6 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
tilix tilix
vscodium
gnome.gnome-tweaks gnome.gnome-tweaks
]; ];
} }