From 598b45923d361bb1ad9ff6c72a997d87a0218817 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Sun, 7 Apr 2024 22:03:00 +0200 Subject: firefox: refactor in separate dir I have the feeling that this will grow quite complex. --- modules/hm/sils/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/hm/sils/default.nix') diff --git a/modules/hm/sils/default.nix b/modules/hm/sils/default.nix index e4b133a..372d666 100644 --- a/modules/hm/sils/default.nix +++ b/modules/hm/sils/default.nix @@ -1,5 +1,5 @@ {...}: { imports = [ - ./firefox.nix + ./firefox ]; } -- cgit v1.3.1