From 1ee4578cc42d6d2f5809ff6376409ef29c977a19 Mon Sep 17 00:00:00 2001 From: Arthur Wambst Date: Sat, 22 Feb 2025 14:18:23 +0100 Subject: [PATCH] teststst --- modules/nvim/nvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nvim/nvim.nix b/modules/nvim/nvim.nix index 6767fdd..9202d46 100644 --- a/modules/nvim/nvim.nix +++ b/modules/nvim/nvim.nix @@ -7,6 +7,6 @@ with lib; { environment.systemPackages = [ pkgs.neovim ]; # Import the theme module automatically if it's available - imports = builtins.concatLists[ ./theme.nix ]; + imports = ./theme.nix ; }; }