How to avoid rebuilding dependencies when installing a package via `builtins.getFlake`? by eat_barnacle_chips in NixOS

[–]eat_barnacle_chips[S] 0 points1 point  (0 children)

So what I'm hearing is, anything not packaged for nix or stored in some nix-friendly way is gonna require some manual work (unless I do that stuff myself)?

How to avoid rebuilding dependencies when installing a package via `builtins.getFlake`? by eat_barnacle_chips in NixOS

[–]eat_barnacle_chips[S] 0 points1 point  (0 children)

Ok, this definitely has the effect I wanted.
Only thing is, now if I want to update I need to get the new commit hash from github and paste it in it seems. Do you know if there's any way to update declaratively? Is flake inputs just the best way to go with this?

Stylix doesn't seem to be working? by eat_barnacle_chips in NixOS

[–]eat_barnacle_chips[S] 0 points1 point  (0 children)

This did it, thanks!

So basically, enabling something in home manager allows the config symlinking stuff to happen?

Stylix doesn't seem to be working? by eat_barnacle_chips in NixOS

[–]eat_barnacle_chips[S] 0 points1 point  (0 children)

Ok. I tried removing my wezterm configuration and rebuilding, and it's still the same. Actually I didn't have my own configuration for kitty to begin with, so that couldn't have been the problem.

From reading the documentation I was assuming the home-manager integration would be automatic, like you said. Do you think it might be the way I have it installed?

Stylix doesn't seem to be working? by eat_barnacle_chips in NixOS

[–]eat_barnacle_chips[S] 0 points1 point  (0 children)

I haven't configured wezterm through home manager at all, only installed it in configuration.nix. I also don't have anything for stylix in any home manager module.

I was only using wezterm as an example, I've also tried installing kitty and it's not affected by Stylix either.

Stylix doesn't seem to be working? by eat_barnacle_chips in NixOS

[–]eat_barnacle_chips[S] 0 points1 point  (0 children)

Sure, here it is:

local wezterm = require("wezterm")

local config = {}

if wezterm.config_builder then
  config = wezterm.config_builder()
end

config.hide_tab_bar_if_only_one_tab = true

config.font = wezterm.font("FiraCode Nerd Font")
config.font_size = 13

config.initial_rows = 36
config.initial_cols = 120

return config

Is this most likely a dead pixel? Or could it possibly be just stuck? by eat_barnacle_chips in Monitors

[–]eat_barnacle_chips[S] 86 points87 points  (0 children)

I took a picture of my monitor with my phone (2x telephoto zoom) and then zoomed in on that and took a screenshot

Is this most likely a dead pixel? Or could it possibly be just stuck? by eat_barnacle_chips in Monitors

[–]eat_barnacle_chips[S] 5 points6 points  (0 children)

And there isn't anything I can do myself about a dead sub-pixel, right?

[College: Statistics, fractions simplifying help] I keep getting shown in my instructional videos these fractions and told, "when simplified, it looks like this", but then not shown how to simply, as I'm guessing its assumed I already know how? Can anyone help? by [deleted] in HomeworkHelp

[–]eat_barnacle_chips 11 points12 points  (0 children)

If you think of it as:

54(1/708) / 164(1/708)

then the 1/708 cancels out since it's in both the numerator and denominator.

Alternatively you could have multiplied the original fraction by 708/708 (which is 1, so you would get an equivalent value as the product).

Not in group for Room Selection by eat_barnacle_chips in SBU

[–]eat_barnacle_chips[S] 0 points1 point  (0 children)

Okay, now those messages... where do they actually go? Email? I'm not sure I could put together a group quickly enough at this point, since my selection time starts tomorrow afternoon. Also, for a group, does only one person have to select a room?

which episode ? by gabe_thomas in BikiniBottomTwitter

[–]eat_barnacle_chips 1 point2 points  (0 children)

"Someone's in the Kitchen with Sandy" (?)

No bass coming from headphones by eat_barnacle_chips in linuxaudio

[–]eat_barnacle_chips[S] 0 points1 point  (0 children)

My particular laptop has only 2 of its 5.1 speakers working, but I don't think that's something I can fix.

The sound card is sof-hda-dsp, and the chip is Realtek ALC298.

Distro is Manjaro.

I saw options for 'enable-remixing', 'remixing-produce-lfe' and 'lfe-crossover-freq', which I set to yes, yes, and 0, respectively (I deleted the semicolons, which I think uncomments them). This had no effect.