1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00
oddlama_nix-config/users/myuser/graphical/signal.nix
2024-11-26 13:34:55 +01:00

10 lines
167 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
signal-desktop
];
home.persistence."/persist".directories = [
".config/Signal" # L take, electron.
];
}