packages: move Signal, Discord, Tokodon to private storage

This commit is contained in:
2022-12-26 03:26:50 +00:00
parent 2c6629a658
commit c4352fa9bb
2 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,9 @@
{ config, lib, ... }:
lib.mkIf config.sane.home-manager.enable
# XXX: this doesn't work when discord files are persisted to ~/private
# TODO: is there some env var for this? or i could wrap the Discord binary to create this on launch
lib.mkIf false
# lib.mkIf config.sane.home-manager.enable
{
# TODO: this should only be enabled on gui devices
# make Discord usable even when client is "outdated"