Dennis

Results 40 comments of Dennis

@NixOS/hydra-maintainers could someone please merge this?

![image](https://github.com/agusmakmun/django-markdown-editor/assets/52411861/c5b4e630-eb5b-4c4a-bd7f-42b527303861) You need to remove the "md_globals" input parameter from every Extension Class. Also make sure you use the .register function: `md.inlinePatterns["autolink"] = UrlizePattern(URLIZE_RE, md)` -> `md.inlinePatterns.register((URLIZE_RE, md), 'autolink', 100)`

Also Python 3.6 is depricated now for almost 5 years and security support ended 1 year ago. I don't think we need Python 3.6 support

I'm using flakes. How do I use it with my existing configuration?

![image](https://github.com/user-attachments/assets/355705f5-9b55-49e6-8f9d-6cd60df831e4) I have a many servers, services and users in configuration.nix. Changing the entire structure is too much work. just copying the files from athena is also a lot of...

I mean I can try. Also is there going to be hyperland? There is also this project: https://github.com/end-4/dots-hyprland

> I have a Hyprland theme to use. The problem is that it needs to write on files that in NixOS are intended to be read-only. If there is a...

I can make 3 PRs by next week: - clean up & refactor - use of nixosModules + some better docs - add Hyperland (maybe some config parts from here:...

@D3vil0p3r can you review #16 and maybe you could try to add hyperland? It was already much work to refactor big parts of the code, and I'm still not done...

How have you tested it? Afaik it should work with both, I have tested it and it worked for me. The error you are describing occures, when athena-nix.homeManagerUser is not...