Terje Larsen
Terje Larsen
I don't think this has anything to do with flake-parts. It is because the `self.homeConfigurations."kreyren@sinnenfreude"` is using homeManagerConfiguration function which doesn't return a module anymore. One solution is to extract...
For another module project I went with eval tests, not sure if that is best practice though, I wonder if something similar could be used here?: ```nix { pkgs, lib,...
I guess not much has changed regarding this situation. But another use case that I myself ran into now is that I have non-public flake-parts modules used internally at a...
This would be really nice, I have some nested shells that triggers direnv while it shouldn't so would be nice to set this to opt-out from the direnv hook if...
@Ai-Elias The versioning of those packages come from gnome-extensions.  The Gnome Extensions are updated via a script: https://github.com/Kareem-Medhat/nixpkgs/blob/1b44615623603e10a10dfc18b7671392ddcabeb4/pkgs/desktops/gnome/extensions/README.md However, since these updates are not on pace...
Sorry, typo there. I have corrected.
Regarding NixOS and the confusion with the metadata, when using overlays, with override. Seems they hardcode the metadata, since it sometimes changes on gnome extentions page and would then have...
I also happen to have a touch screen and I can confirm that the following works: - Scrolling with one finger on the top bar (swipe tiling windows) - Moving...
@Thesola10 yes, I guess that makes sense and would be useful for users of Nix. If the project maintainers don't mind we could add a derivation that builds this package...
I did a similar approach with `auto-revert-mode` but instead went via the compile-command and then a generic mode to auto-recompile. ```emacs-lisp (defun compile-on-save-start () (let ((compile-buffer (compilation-find-buffer))) (unless (get-buffer-process compile-buffer)...