aboutsummaryrefslogtreecommitdiff
path: root/services/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'services/default.nix')
-rw-r--r--services/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/default.nix b/services/default.nix
index bef7c85..a45f53a 100644
--- a/services/default.nix
+++ b/services/default.nix
@@ -1,6 +1,7 @@
1{ config 1{ config
2, pkgs 2, pkgs
3, theme 3, theme
4, font
4, ... 5, ...
5}: 6}:
6 7
@@ -24,5 +25,4 @@
24 pinentryPackage = pkgs.pinentry-tty; 25 pinentryPackage = pkgs.pinentry-tty;
25 }; 26 };
26 }; 27 };
27
28} 28}