Evergrowing NixOS flake of my setup.
1

Configure Feed

Select the types of activity you want to include in your feed.

fix gnome keyring on vscodium launch

Signed-off-by: MasterEnderman <enderman@ender-development.org>

MasterEnderman (Jul 26, 2026, 9:05 AM +0200) edf498f2 0842d993

+4
+4
home/apps/vscodium.nix
··· 28 28 vscodium = { 29 29 enable = true; 30 30 package = pkgs.vscodium; 31 + argvSettings = { 32 + enable-crash-reporter = false; 33 + password-store = "basic"; 34 + }; 31 35 mutableExtensionsDir = false; 32 36 profiles.default = { 33 37 extensions = with pkgs.vscode-marketplace; [