callyral

joined 2 years ago
[–] callyral@pawb.social 7 points 15 hours ago

I use glasses so I can switch between high render distance and high-FPS.

[–] callyral@pawb.social 22 points 17 hours ago* (last edited 17 hours ago) (1 children)

maybe this works on more devices?


                                                  paddings!

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

qalc is pretty nice and it works

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

I can usually sleep at night, but if I didn't use my phone I would probably draw or play the keyboard (with headphones connected) for a while, then I would stop and try to sleep again.

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

Tally Hall - Hymn for a Scarecrow

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

do not openyou just lost the game

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

No idea, but I read the title like it was the setup to a joke.

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

100Gs

I think they were jokingly talking about this

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

I wanted to know the difference between them because I was drawing digitally and changed the color picker settings.

I was wondering why we forget stuff when walking into a different room sometimes.

I don't remember—but I know the compose key is useful.

I was looking at different spins of Fedora Linux, and saw the Budgie version, which I hadn't heard of before.

Saw a post on Lemmy about recent protests in the US so I went and checked how big protests were.

It was Father's Day in some places, but not where I live, so I was curious about Father's Day dates.

 

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 ›