aboutsummaryrefslogtreecommitdiff
path: root/services/default.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-08-26 11:42:32 +0100
committerAkshay <[email protected]>2024-08-26 11:42:32 +0100
commite2f704d2f1e1ee4ecc678112af05927ce5a3db39 (patch)
treeaff0bd8e0f78ffc292a481aa39f7bc3e74429387 /services/default.nix
parent5c68dbde55056cb8bd05c0ff862b6f2ed8336719 (diff)
misc
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}