WereCat, werecat@lemmy.world
Instance: lemmy.world
Joined: 3 years ago
Posts: 20
Comments: 336
Posts and Comments by WereCat, werecat@lemmy.world
Comments by WereCat, werecat@lemmy.world
you forgot sudo
From my very short experience so far. It really depends on how deep you want to go and what your use case is. If you just want to install applications and use them then it’s not really any different than installing them via terminal on other distros. You just make a list of the app names in a config file and then rebuild and can go about your day.
If I’d wanted to use my laptop with NixOS as my Fedora desktop then I’d be done setting it up 5min after I’ve installed the system. The only time I touch terminal on my Fedora system is when I turn on PC and check for updates because it’s faster than waiting for Software to refresh.
Probably the biggest benefit other than reproducibility is that you get immutability without reliance on flatpaks.
But then you’re missing out on a lot of incredible things like a sleep deprivation for instance.
The whole point of me trying NixOS is to tinker with the configs and learning how it works and also learning some of the other skills that go with that. If I just wanted to use the laptop then there is no difference vs my Fedora desktop setup because it’s also GNOME 50 running the same applications.
I’ve already tried Helix quite a while ago. I went trough the entire bult-in tutorial and then never touched it again because I had no reason to back then. I’d have to start everything from scratch which is why I want to try something else now.
It’s working! Also good point with Codeberg, I forgot that Github is under MS. https://codeberg.org/WereCat/nixos-dotfiles.git

I know enough to know that this is blue vs red situation but not enough to know why. But your comment will likely start a war in this post soon :D
I get it but for now I find this to be a bit too overly declarative for my taste. For now I’ll focus on things that actually matter for my use case but as I’ve said. I’m bookmarking this to try later in VM.
No. Who does that?
IDK why the Atuin config file that got generated is commented out in it’s entirety and nothing works. Right now I can’t be bothered to go trough the entire config and enable things one by one. From what I’ve tried nothing works and IDK why. CTRL+R does not invoke the Atuin search it still invokes the old one. I uncommented everything and still nothing seems to work. The atuin definitely responds to my commands in terminal though. I did run atuin setup as well.
edit: OK, I’ve spent another 30min+ on this and I still can’t understand why it does not work. I’ve adjusted config, even got a custom config from other users and I can’t seem to be able to invoke it in the terminal besides using it’s commands which are the only thing that seem to work. I was able to make an account and login via terminal as well.
edit2:
Figured it out! I’ve tried mcfly and encountered the same issue. Turns out I needed to edit .bashrc which is read only even for sudo and even after chmod. So after beating my head against a wall I’ve realized that .bashrc is symlinked to my home.nix and that’s where I need to place my edits. So now mcfly runs fine and I’m assuming Atuin would as well since after looking at github I pretty much had to do the same edit for both.

This looks quite interesting but I honestly can’t think of any use case where I would find this useful for me. Also this seems like something best to try in VM first. I’ll keep this one in a bookmark though, may become useful later. Thanks!
Good point. I forgot to add that to my list but I did make one alias reflake for sudo nixos-rebuild switch --flake ~/nixos-dotfiles#nixos-werecat After I had to type this out for IDK how many times (and forgot about CTRL+R) it quickly got annoying :)
That’s why I have a bot to write the shit I want to post
Well, I’ve already tried it before but for some reason it worked this time… maybe I had a typo there somewhere or the 3 reboots I did until now helped. I’m embarassed :/ Thanks anyhow!
But I still don’t understand why I couldn’t open it via terminal by typing decibels or gnome-decibels when I tried to confirm if the package name is correct.
It’s fine if you buy it because you know what you need and know that you’re paying more because of X. I’m talking about people that buy it just because it’s NVIDIA with no thought for anything else.
Because a lot of people just buy NVIDIA because it’s NVIDIA still
Does it actually? I mean on Windows. Their TVs for sure do.
It doesn’t. It’s just an adware
They appear on all of his shirts because he has only one shirt
PieFed.ca




you forgot sudo
From my very short experience so far. It really depends on how deep you want to go and what your use case is. If you just want to install applications and use them then it’s not really any different than installing them via terminal on other distros. You just make a list of the app names in a config file and then rebuild and can go about your day.
If I’d wanted to use my laptop with NixOS as my Fedora desktop then I’d be done setting it up 5min after I’ve installed the system. The only time I touch terminal on my Fedora system is when I turn on PC and check for updates because it’s faster than waiting for Software to refresh.
Probably the biggest benefit other than reproducibility is that you get immutability without reliance on flatpaks.
But then you’re missing out on a lot of incredible things like a sleep deprivation for instance.
The whole point of me trying NixOS is to tinker with the configs and learning how it works and also learning some of the other skills that go with that. If I just wanted to use the laptop then there is no difference vs my Fedora desktop setup because it’s also GNOME 50 running the same applications.
I’ve already tried Helix quite a while ago. I went trough the entire bult-in tutorial and then never touched it again because I had no reason to back then. I’d have to start everything from scratch which is why I want to try something else now.
It’s working! Also good point with Codeberg, I forgot that Github is under MS. https://codeberg.org/WereCat/nixos-dotfiles.git
I know enough to know that this is blue vs red situation but not enough to know why. But your comment will likely start a war in this post soon :D
I get it but for now I find this to be a bit too overly declarative for my taste. For now I’ll focus on things that actually matter for my use case but as I’ve said. I’m bookmarking this to try later in VM.
No. Who does that?
IDK why the Atuin config file that got generated is commented out in it’s entirety and nothing works. Right now I can’t be bothered to go trough the entire config and enable things one by one. From what I’ve tried nothing works and IDK why. CTRL+R does not invoke the Atuin search it still invokes the old one. I uncommented everything and still nothing seems to work. The atuin definitely responds to my commands in terminal though. I did run
atuin setupas well.edit: OK, I’ve spent another 30min+ on this and I still can’t understand why it does not work. I’ve adjusted config, even got a custom config from other users and I can’t seem to be able to invoke it in the terminal besides using it’s commands which are the only thing that seem to work. I was able to make an account and login via terminal as well.
edit2: Figured it out! I’ve tried
mcflyand encountered the same issue. Turns out I needed to edit.bashrcwhich is read only even for sudo and even after chmod. So after beating my head against a wall I’ve realized that.bashrcis symlinked to myhome.nixand that’s where I need to place my edits. So nowmcflyruns fine and I’m assuming Atuin would as well since after looking at github I pretty much had to do the same edit for both.This looks quite interesting but I honestly can’t think of any use case where I would find this useful for me. Also this seems like something best to try in VM first. I’ll keep this one in a bookmark though, may become useful later. Thanks!
Good point. I forgot to add that to my list but I did make one alias
reflakeforsudo nixos-rebuild switch --flake ~/nixos-dotfiles#nixos-werecatAfter I had to type this out for IDK how many times (and forgot about CTRL+R) it quickly got annoying :)Any ideas what to add to my list of NixOS things to do?
edit:
That’s why I have a bot to write the shit I want to post
Well, I’ve already tried it before but for some reason it worked this time… maybe I had a typo there somewhere or the 3 reboots I did until now helped. I’m embarassed :/ Thanks anyhow!
But I still don’t understand why I couldn’t open it via terminal by typing
decibelsorgnome-decibelswhen I tried to confirm if the package name is correct.Can't remove gnome-decibels
Hi, I’ve decided to try NixOS on my laptop and I’ve encountered this minor issue that I’m unable to locate the name of the default audio player package on GNOME.
It’s fine if you buy it because you know what you need and know that you’re paying more because of X. I’m talking about people that buy it just because it’s NVIDIA with no thought for anything else.
Because a lot of people just buy NVIDIA because it’s NVIDIA still
If it’s in a pub then yes
Does it actually? I mean on Windows. Their TVs for sure do.