diff --git a/alex/home.nix b/alex/home.nix index 5a47f3c..444c403 100644 --- a/alex/home.nix +++ b/alex/home.nix @@ -10,7 +10,6 @@ home.packages = with pkgs; [ blender discord - etcher firefox flameshot gimp-with-plugins @@ -24,9 +23,10 @@ mpv nextcloud-client nixpkgs-fmt + picard spotify steam - ventoy + ventoy-full winetricks wineWowPackages.unstableFull yt-dlp diff --git a/system/configuration.nix b/system/configuration.nix index aecda4d..f1a646c 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -14,9 +14,6 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; nixpkgs.config.allowUnfree = true; - nixpkgs.config.permittedInsecurePackages = [ - "electron-12.2.3" - ]; hardware.system76.enableAll = true;