summaryrefslogtreecommitdiff
path: root/modules/services
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-01 20:19:11 -0700
committerFuwn <[email protected]>2024-09-01 20:19:11 -0700
commit0d0c04f4e9c169630688d06defa14570a3cfbb32 (patch)
tree74e5c4c4587360580894f9c8eded0088d9af5d88 /modules/services
parenthi (diff)
downloadnixos-config-0d0c04f4e9c169630688d06defa14570a3cfbb32.tar.xz
nixos-config-0d0c04f4e9c169630688d06defa14570a3cfbb32.zip
format
Diffstat (limited to 'modules/services')
-rw-r--r--modules/services/ananicy.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/services/ananicy.nix b/modules/services/ananicy.nix
index 80224df..bdc9bbd 100644
--- a/modules/services/ananicy.nix
+++ b/modules/services/ananicy.nix
@@ -1,4 +1,5 @@
-{ pkgs, ... }: {
+{ pkgs, ... }:
+{
services.ananicy = {
enable = false;
package = pkgs.ananicy-cpp;