Welcome to Incremental Social! Learn more about this project here!
Check out lemmyverse to find more communities to join from here!

genie ,

How long until "works on my machine" becomes "works on my config"

fl42v ,
ngn ,
@ngn@lemy.lol avatar

fun fact: you could add the extra-testing to repo to get it the first day

Prunebutt , (edited )

Seriously, the learning curve of nixOS is still... exhausting. Couldn't get it to run with plasma 6 and wayland and the documentation is so incomplete.

Edit: Typo

onlinepersona OP ,

That's unfortunately true. There's a community effort to document stuff without going through the lengthy process of getting it approved by overworked maintainers: https://nixlang.wiki

Feel free to contribute your learnings there.

CC BY-NC-SA 4.0

ftbd ,

Are you starting fresh or did it work with another DE? Might help in tracking down the problem

Prunebutt , (edited )

Fresh install on a VM. Was a bit confused that the default was Xorg. Changing both to wayland and to Plasma 6 was too complicated for me.

Edit: Typo

ftbd ,

With plasma 6, you need

services.xserver.displayManager.defaultSession = "plasma";

instead of " plasmawayland", since wayland has become the default

Prunebutt ,

But do I still need all that xserver.enabled = true business?

linearchaos ,
@linearchaos@lemmy.world avatar

At least rolling back after you broke it was easy. :)

Prunebutt ,

When it's the first thing you tried after a fresh install, it's quite frustrating.

linearchaos ,
@linearchaos@lemmy.world avatar

Oh yeah, I've been running nix for a week, it can't even find plz6 after I added unstable and updated. Lost a couple hours to the attempt, rollback was 30 sec tho

CodeGameEat ,

@onlinepersona not really about this post, but i see that you have a license link in all your comments. Just curious, do you copy-paste that every time or do you have some automated setup?

onlinepersona OP ,

I do copy paste it. KDE has a tool called klipper that allows to have a clipboard history, so hitting Super+V brings up a dropdown and I can select it. The effort is therefore minimal.

CC BY-NC-SA 4.0

MentalEdge , (edited )
@MentalEdge@sopuli.xyz avatar

Consider using the KDE keyboard shortcut tools to set up a permanent paste keybind instead of using the history.

For example, I have a keybind that sends a known mouse movement input, which I use to set that known mouse input to always correspond to ten centimeters of on-screen movement.

Using a keybind would remove the need to ever select the right item from the history, and reduce the clutter in it for copy-pasting other things.

onlinepersona OP ,

Oh hey, I thanks for the hint. I hadn't thought of that!

Looks like there was a bug in KDE5 (KDE6 is on another PC) and I had to follow instructions on this stackoverflow.

CC BY-NC-SA 4.0

thisbenzingring ,

LFS users are like

GTFO

possiblylinux127 ,
@possiblylinux127@lemmy.zip avatar

You people

onlinepersona OP ,

Yes, we the people! Rise up, comrad!

CC BY-NC-SA 4.0

possiblylinux127 ,
@possiblylinux127@lemmy.zip avatar

In Russia people rise into you!

Seriously though I can always spot your comments from the link you always include.

pete_the_cat ,

Sassy Black Woman: What do you mean "You people"?

taanegl ,

...NixOS is the new Arch Linux. Change my mind.

CodeGameEat ,

The difference is I can upgrade my NixOS without breaking everything hahaha. But it has gotten a lot more popular recently, which I think is your analogy? Or because people always bring it up now lol

Vuraniute ,
@Vuraniute@thelemmy.club avatar

yea i think its the popularity spike. if only there were more docs on flakes though.

starman ,
@starman@programming.dev avatar

If only wiki was as good as Arch's...

Vuraniute ,
@Vuraniute@thelemmy.club avatar

exactly. cant blame them tho, its unofficial.

agressivelyPassive ,

I still don't completely get their point, TBH.

And the Nix language seems to be intentionally confusingly close to json.

Vuraniute ,
@Vuraniute@thelemmy.club avatar

iirc theyre meant to improve reproducibility by using pinned versions of stuff like nixpkgs instead of inheriting from your system which could be a problem if for example someone on 23.11 sends a deriv to someone on 24.05

Shareni ,
  • control the versions of the repo and packages

  • config the official repo (allow unfree packages for example) that doesn't work unless you're on nixos

  • add packages from a git repo

  • update package definitions (think apt update)

expr ,

The similarities are superficial at best. The only thing similar is that it uses braces for attribute sets (objects) and square brackets for lists. And I guess quotes for strings.

But otherwise it's a full (functional) programming language, with functions, variable bindings, etc.

Flakes aren't perfect, but they are really good for ensuring that you have completely reproducible builds since the version used for every dependency is pinned.

CodeGameEat ,

I agree, altough I'm trying to use them here and there, i'm still very confused by it.

Neon ,

i actually managed to somewhat break it. But a rollback just immediately fixed it again.

marcos ,

Nah, NixOS has a very deserved air of superiority. Arch just fakes its one.

Telodzrum ,

Hardly, NixOS documentation is trash. The Arch Wiki is essentially the platonic ideal of documentation.

taanegl ,

Truefax

genie ,

Maybe you should learn to read the manual or debug your system without hand holding 😉

leo85811nardo ,

It doesn't have a wiki as good as Arch, yet

Sneptaur ,
@Sneptaur@pawb.social avatar

Considering all of my theming and several of my apps have broken today, and that I’ve had two crashes… I’m glad they took longer.

TheGingerNut ,
@TheGingerNut@lemmy.blahaj.zone avatar

They removed legacy font based DPI scaling. I hate it. Nothing looks right 😭

onlinepersona OP ,

Could you explain what that is?

CC BY-NC-SA 4.0

TheGingerNut ,
@TheGingerNut@lemmy.blahaj.zone avatar

Plasma used to have 2 ways of dealing with pixil density settings and they removed my favorite one. It's been deprecated for ages so I knew it was coming but it still hurt

JoMomma ,

with the linux logo on his face

onlinepersona OP ,

😂 a freudian slip

CC BY-NC-SA 4.0

LunchEnjoyer ,

Why do you include the CC link in all of your comments...?

kuneho ,
@kuneho@lemmy.world avatar

It's a phase

onlinepersona OP ,

Proprietary LLMs (it's non-commercial license)

CC BY-NC-SA 4.0

Fubarberry ,
@Fubarberry@sopuli.xyz avatar

Couldn't Arch users just install it through the Nix Package manager?

onlinepersona OP ,

And set up all the systemd services themselves? Sure. Have at it.

CC BY-NC-SA 4.0

justin ,
@justin@lemmy.kde.social avatar

I gotta say and it feels weird to but I'm happy Arch are spending a bit longer testing these days. When I used to run it updates just felt rushed into the repo so Arch got it first.

onlinepersona OP ,

"bleeding edge"

But maybe Arch doesn't purport to be bleeding edge anymore.

CC BY-NC-SA 4.0

aBundleOfFerrets ,

Getting plasma 6 a week after it drops is still “bleeding edge” when the alternative is a couple months

onlinepersona OP ,

I too like strong hits of copium

blotz ,
@blotz@lemmy.world avatar

Can't you just build from source of you want it? Like kde has pretty good docs for this.

femboy_bird ,
@femboy_bird@lemmy.blahaj.zone avatar

But compiler scawy

blotz ,
@blotz@lemmy.world avatar

xD true

ayaya ,
@ayaya@lemdro.id avatar

It was also already in Arch's KDE-unstable repo. I've been using Plasma 6 for like 3 months.

TimeSquirrel ,
@TimeSquirrel@kbin.social avatar

Compiling source code tends to get messy when you decide to remove it from your system. Also, you'll have to manually update it, any package manager will be unaware of it and can't do anything with it anyway. You'll also be responsible for dealing with conflicts with other software or dependency issues. That's why we have repos. Someone else did all that work already.

onlinepersona OP ,

Of course, but that doesn't add it to the package repo.

CC BY-NC-SA 4.0

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linuxmemes@lemmy.world
  • incremental_games
  • meta
  • All magazines