We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c7146 commit f2d76cfCopy full SHA for f2d76cf
modules/programs/telegram.nix
@@ -0,0 +1,9 @@
1
+{
2
+ module-functions,
3
+ hm,
4
+ pkgs,
5
+ ...
6
+}:
7
+module-functions.module "programs" "telegram" {
8
+ hm.home.packages = with pkgs; [kotatogram-desktop];
9
+}
options/programs/telegram.nix
+ option-functions,
+ host,
+with option-functions;
+ option "programs" "telegram" {
+ enable = enableOption "telegram" host.isDesktop;
+ }
0 commit comments