Fixed a sops-related error

This commit is contained in:
Alexandre 2025-12-27 04:35:21 +01:00
parent 89b432ba6b
commit a1b7841a46

View File

@ -20,7 +20,7 @@
extraPackages = [ pkgs.nixd ]; extraPackages = [ pkgs.nixd ];
userSettings = { userSettings = {
theme = "Rosé Pine Moon"; theme = "Dracula";
}; };
}; };
} }