@@BramHarmsen yeah... I know what you mean... I guessed that I found, but not work property. I'm still working on it. At sessionVariables I've tried this line. SHELL = "/home/ubuntu/.nix-profile/bin/zsh"; But it is not perfect yet.
@@WaldirBorbaJunior Thanks will try that. I'm just surprised that its so hard to find this information. I'm running NixOS in a virtual machine to learn how it works. The main issues is that home-manager runs under your user while you need root/sudo to actually change the shell I guess. You can change the shell with the /etc/nixos/configuration.nix. But than you can't seem to manage the shell with home-manager anymore?
Thank you very much. I finally understand how to source control and use home-manager on my wsl linstalls ! You are a hero.
Best intro I seen online
nixhero you are my hero. Thank you very much!!!
Thank you!!! Finally a nix tutorial that makes sense.
Wow, it is so hard to come by Nix tutorials, which are not thoroughly cryptic. Thank you nixhero!
Wow, thorough as heck. Nice job!
thanks a lot. you are truly living up to your name.
In reference to 8:05, is there documentation to find the settings options for program.name { settings = { HERE}}; };
Show... rewrite my configs modules. Thanks for this class. Perfect now I understand some bugs that I made at my old config :)
Great video!
GOAT
thanks hero
How to setup to open shell as zsh as default not bash?
I would also like to know this. This seems trivial, but I struggle to get it to work.
@@BramHarmsen yeah... I know what you mean... I guessed that I found, but not work property. I'm still working on it. At sessionVariables I've tried this line. SHELL = "/home/ubuntu/.nix-profile/bin/zsh"; But it is not perfect yet.
@@WaldirBorbaJunior Thanks will try that. I'm just surprised that its so hard to find this information.
I'm running NixOS in a virtual machine to learn how it works. The main issues is that home-manager runs under your user while you need root/sudo to actually change the shell I guess. You can change the shell with the /etc/nixos/configuration.nix. But than you can't seem to manage the shell with home-manager anymore?
Still dont understand. Nix would replace package manager, right?
Kok gitu bang
A very poor explanation !
before explaining "how" you need to explain "what" & "why"
He did a great job!
If you can't practice searching about NixOS by yourself you shouldn't be using it in the first place
NixHero, do you have any plans to also have a "Get Started with Nix Flakes" video? That would be awesome.
I had to use `$ nix --extra-experimental-features flakes --extra-experimental-features nix-command run home-manager -- init --switch .`