mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
feat: split signal and discord to own config files
This commit is contained in:
parent
cb7ebcf8c3
commit
d0b41c8711
3 changed files with 23 additions and 8 deletions
9
users/myuser/graphical/signal.nix
Normal file
9
users/myuser/graphical/signal.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
signal-desktop
|
||||
];
|
||||
|
||||
home.persistence."/persist".directories = [
|
||||
".config/Signal" # L take, electron.
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue