This commit is contained in:
Arthur Wambst 2025-02-22 14:11:19 +01:00
parent 18711c845b
commit 5fa1494df6

View File

@ -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 = builtins.concatLists[ ./theme.nix ];
};
}