callyral

joined 2 years ago
[–] callyral@pawb.social 1 points 1 day ago

That's what alt text is for! You can add it between the brackets

![Alt text goes here, it will be displayed when the image cannot.](https://imagelink.com.net.whatever/image.jpg)

[–] callyral@pawb.social 2 points 1 day ago

Dandelion

No correlation to the meaning of the word, I just thought "welp, that sounds like me"

[–] callyral@pawb.social 4 points 2 days ago

Pentel Graphgear 1000 is my favorite mechanical pencil, and my favorite Linux distro is NixOS... hm

[–] callyral@pawb.social 2 points 2 days ago* (last edited 2 days ago)

I was in my aunt's house, but it was bigger. I think I was eating a meal with some family members. There was sunlight shining through the windows, although the outside had no details. I remember nothing else that matters.

Possible reason for this dream: yesterday, at around 9pm, my aunt called me saying she would like to bake a cake for my birthday, which is in some weeks from now. I agreed. Talking to her may have subconsciously reminded me of her home, and the birthday cake may have reminded me of eating and of childhood, explaining why the house was bigger in the dream (I used to go there as a child, and since I was smaller, the house felt bigger).

[–] callyral@pawb.social 1 points 2 days ago

sadly, that machine also breaks logic, meaning that you have to pay for it if you got it for free

[–] callyral@pawb.social 17 points 2 days ago (8 children)

Who is NixOS for?

[–] callyral@pawb.social 3 points 2 days ago

Buenos Aires, for being the only time I left Brazil and for the tasty empanadas.

[–] callyral@pawb.social 4 points 2 days ago

I gently open the crayon box.

[–] callyral@pawb.social 2 points 2 days ago (1 children)

Yes, I am into Minecraft

[–] callyral@pawb.social 1 points 2 days ago

Same, although I write in cursive so I don't usually do this

[–] callyral@pawb.social 12 points 3 days ago (1 children)

yep. i don't wanna have a bullshit job where i do nothing meaningful, and i don't wanna work >14 hours a day.

 

This is assuming that the thought is translated into something each person can understand.

 
 

cross-posted from: https://pawb.social/post/6260688

Recently, I switched to NixOS and realised that there is no G'MIC plugin package for Krita.

There's this issue that was last active in October 2023.

I was wondering if anyone has managed to install this without using another package manager (such as Flatpak) or installing an AppImage manually, for system reproducibility, and I also don't wanna have two package managers in one system.

Ideally, there'd be a wrapper, so you could do something like:

{ pkgs, ... }: {
  programs.krita = {
    enable = true;
    gmic.enable = true;
    gmic.package = pkgs.krita.gmic-qt;
  };
}

Thoughts?

Related: is there some kind of guide on these program.<name> wrappers? What are they and where are they defined?

 

Recently, I switched to NixOS and realised that there is no G'MIC plugin package for Krita.

There's this issue that was last active in October 2023.

I was wondering if anyone has managed to install this without using another package manager (such as Flatpak) or installing an AppImage manually, for system reproducibility, and I also don't wanna have two package managers in one system.

Ideally, there'd be a wrapper, so you could do something like:

{ pkgs, ... }: {
  programs.krita = {
    enable = true;
    gmic.enable = true;
    gmic.package = pkgs.krita.gmic-qt;
  };
}

Thoughts?

Related: is there some kind of guide on these program.<name> wrappers? What are they and where are they defined?

view more: next ›