Gabriele Modena

Results 82 comments of Gabriele Modena

> I do have some work in flight on this, that I hope to make available soon-ish. Right now I'm still daily driving it, to iron out some bugs. Working...

> I've tried the same [@baduhai](https://github.com/baduhai) wrote, but it doesn't seem to actually install anything Thanks for helping test this feature [...] > Am i missing something? Adding a random...

> I installed OrcaSlicer manually, then removed package entry for it, and it actually uninstalled it from the system. But when i added it back, it didn't get re-installed. Oof....

Thanks for checking @Daniel-De-Dev !

Hey @Spaghetto392, Good proposal. I think this is useful and should not be hard to implement. Currently, services.flatpak.overrides is just a Nix attrSet. I need to experiment a bit, but...

> What I would like to do, is put my premade overrides into a directory as part of my nix repo, and have them be auto deployed system wide or...

I have a PoC in https://github.com/gmodena/nix-flatpak/pull/162. Curious about how folks feel about the proposed API changes; the `overrides` config has been refactored with two new options: - `settings`: an attribute...

Hey @lucasew, For packages, the easiest approach that comes to mind would be to run `flatpak list --app` and paste the output into `services.flatpak.packages`. This assumes you don’t need to...

> Hi, sorry if this issue seems nitpicky for such a small thing. But I'd like to point out systemd behavior and Unit relations and how they affect system performance....

Thanks for the pointer @ngerstle ! I did not know nushell, but definitely looks compelling. Do you have hands on experience with it? How well integrated is it with NixOS?