feat: add 'comms' module
This commit is contained in:
13
home/modules/comms/signal.nix
Normal file
13
home/modules/comms/signal.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
config = lib.mkIf config.comms.signal.enable {
|
||||
home.packages = with pkgs; [
|
||||
(if config.lib ? nixGL then config.lib.nixGL.wrap signal-desktop else signal-desktop)
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user