From d643998e231c43e055689ab78d6678856002e433 Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 29 Nov 2024 18:04:27 +0300 Subject: [PATCH] add direnv --- hosts/tartarus/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/tartarus/configuration.nix b/hosts/tartarus/configuration.nix index 26aafbf..7c45e09 100644 --- a/hosts/tartarus/configuration.nix +++ b/hosts/tartarus/configuration.nix @@ -82,7 +82,7 @@ enable = true; package = pkgs.nix-direnv; }; - + }; # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true;