removed some packages, allowed insecure electron

This commit is contained in:
William 2023-10-28 11:09:12 -03:00
parent bb99196bb3
commit a62aa247a1
2 changed files with 3 additions and 9 deletions

View file

@ -28,7 +28,6 @@
kolourpaint kolourpaint
libfido2 libfido2
libreoffice-qt libreoffice-qt
logseq
lutris lutris
mangohud mangohud
mpv mpv
@ -56,7 +55,6 @@
ventoy ventoy
virt-manager virt-manager
wezterm wezterm
whatsapp-for-linux
# Package overrides # Package overrides
(appimage-run.override { extraPkgs = pkgs: [ libthai ]; }) (appimage-run.override { extraPkgs = pkgs: [ libthai ]; })
# Packages from 3rd party # Packages from 3rd party
@ -90,4 +88,6 @@
environment.plasma5.excludePackages = environment.plasma5.excludePackages =
(with pkgs.plasma5Packages; [ elisa gwenview oxygen khelpcenter konsole ]); (with pkgs.plasma5Packages; [ elisa gwenview oxygen khelpcenter konsole ]);
nixpkgs.config.permittedInsecurePackages = [ "electron-24.8.6" ];
} }

View file

@ -27,13 +27,7 @@
}; };
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [ alsa-ucm-conf maliit-keyboard ];
alsa-ucm-conf
gnome-network-displays
maliit-keyboard
rnote
write_stylus
];
sessionVariables = { sessionVariables = {
ALSA_CONFIG_UCM2 = "${pkgs.alsa-ucm-conf}/share/alsa/ucm2"; ALSA_CONFIG_UCM2 = "${pkgs.alsa-ucm-conf}/share/alsa/ucm2";
}; };