mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:53:55 -05:00
removed orphaned vscode flatpak hacks
This commit is contained in:
parent
c7df1d2ba1
commit
c5e42be682
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue