This commit is contained in:
Arthur Wambst 2025-02-22 14:18:23 +01:00
parent 5fa1494df6
commit 1ee4578cc4

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 = ./theme.nix ;
};
}