fix: vscode settings is read only

This commit is contained in:
ryan4yin
2023-05-06 05:17:14 +08:00
parent 8619d9a284
commit 65e2672a68
4 changed files with 18 additions and 126 deletions

View File

@@ -103,10 +103,14 @@
sound.enable = true;
hardware.pulseaudio.enable = false;
# security with polkit
services.power-profiles-daemon = {
enable = true;
};
security.polkit.enable = true;
# security with gnome-kering
services.gnome.gnome-keyring.enable = true;
security.pam.services.greetd.enableGnomeKeyring = true;
services = {
dbus.packages = [ pkgs.gcr ];