Daniel

Results 7 comments of Daniel

Maybe the LEDs give a hint? I'm not sure as i cant find proper information about this either, Both red LEDs are solid, the blue one kind of oscillates in...

I've tried the same @baduhai wrote, but it doesn't seem to actually install anything ```nix {pkgs, lib, config, ...}: { services.flatpak.enable = true; services.flatpak.update.onActivation = true; services.flatpak.update.auto.enable = true; services.flatpak.packages...

Yeah it matches flake.lock: ```nix # ... "nix-flatpak": { "locked": { "lastModified": 1749394952, "narHash": "sha256-WbWkzIvB0gqAdBLghdmUpGveY7MlAS2iMj3VEJnJ9yE=", "owner": "gmodena", "repo": "nix-flatpak", "rev": "64c6e53a3999957c19ab95cda78bde466d8374cc", "type": "github" } # ... ``` I installed OrcaSlicer...

@gmodena i can confirm updating to the newest `main` commit (`59adb9ad1cbd915494fc35cd0e0a9d582ca9de74`). Removing OrcaSlicer entry successfully uninstalled it and adding it back installs it. Thanks a lot for you fix!

I went and attempted in testing OP's original problem and it seems to work on the unpatched version. I only have `$XDG_CONFIG_DIRS` variable defined on my system, but options added...

@saghen Thanks for the response! > map the command to human readable with just a basic `.split('_').map(capitalize).join(' ')` That is an elegant solution, I'll switch to that. > use `blink.cmp:...

Hello, i believe I've encountered the same issue. I'm running NixOS and made a [wrapper around git](https://github.com/Daniel-De-Dev/nixos-config/blob/ee9862be7417d093bdda3c0d86e882dbaef49ca4/modules/my/host/users/programs/git/default.nix#L83C1-L94C11) (which essentially sets the `GIT_CONFIG_GLOBAL` to a file in the nix store) Within...