diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/bar-service.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/bar-service.nix b/custom/bar-service.nix index 7c3684bf..10f2dc23 100644 --- a/custom/bar-service.nix +++ b/custom/bar-service.nix | |||
@@ -52,7 +52,7 @@ in { | |||
52 | }; | 52 | }; |
53 | }; | 53 | }; |
54 | 54 | ||
55 | imports = optional cfg.enable ./thermoprint-service.nix; | 55 | imports = [ ./thermoprint-service.nix ]; |
56 | 56 | ||
57 | config = mkIf cfg.enable { | 57 | config = mkIf cfg.enable { |
58 | assertions = [ | 58 | assertions = [ |