removed orphaned vscode flatpak hacks

This commit is contained in:
Aly Raffauf 2024-03-02 00:17:20 -05:00
parent c7df1d2ba1
commit c5e42be682

View file

@ -8,12 +8,6 @@
"org.mozilla.firefox" "org.mozilla.firefox"
]; ];
services.flatpak.overrides = { services.flatpak.overrides = {
"com.visualstudio.code".Context = {
filesystems = [
"xdg-config/git:ro" # Expose user Git config
"/run/current-system/sw/bin:ro" # Expose NixOS managed software
];
sockets = [ sockets = [
"gpg-agent" # Expose GPG agent "gpg-agent" # Expose GPG agent
"pcsc" # Expose smart cards (i.e. YubiKey) "pcsc" # Expose smart cards (i.e. YubiKey)