1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: bye webcord

This commit is contained in:
oddlama 2025-03-02 17:56:58 +01:00
parent 18b023c08a
commit eacb196046
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -2,11 +2,9 @@
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
discord discord
webcord
]; ];
home.persistence."/state".directories = [ home.persistence."/state".directories = [
".config/discord" # Bad Discord! BAD! Saves its state in .config tststs ".config/discord" # Bad Discord! BAD! Saves its state in .config tststs
".config/WebCord" # You too, WebCord!
]; ];
} }