- Видео 44
- Просмотров 212 668
nixhero
Индонезия
Добавлен 2 сен 2023
Mostly programming. Mainly nix. Sometimes meme.
Getting Started with Nix Home Manager
In this video, I will show you how to get started with home-manager, how to solve common issues, and I will also show you the downsides of using home-manager. No nix experience is required.
#programming #software #nix #linux
🔗 Resources
Nix Project nixos.org
Home Manager nix-community.github.io/home-manager/
Nix packages search search.nixos.org
Home manager option search home-manager-options.extranix.com
Find specific package version nixhub.io
Install nix on WSL ruclips.net/video/BMn_GWg2Ai0/видео.html
Nix Playlist ruclips.net/p/PLx4RVX7j5duT9AVK1bpkooDAefFhIvRbl
💬 Links
ko-fi.com/nixhero
x.com/nixhero_youtube
📚 Chapters
0:00 Intro
0:21 Table of contents
0:54 Installing home-manager
1:19 Installing Nix
1:4...
#programming #software #nix #linux
🔗 Resources
Nix Project nixos.org
Home Manager nix-community.github.io/home-manager/
Nix packages search search.nixos.org
Home manager option search home-manager-options.extranix.com
Find specific package version nixhub.io
Install nix on WSL ruclips.net/video/BMn_GWg2Ai0/видео.html
Nix Playlist ruclips.net/p/PLx4RVX7j5duT9AVK1bpkooDAefFhIvRbl
💬 Links
ko-fi.com/nixhero
x.com/nixhero_youtube
📚 Chapters
0:00 Intro
0:21 Table of contents
0:54 Installing home-manager
1:19 Installing Nix
1:4...
Просмотров: 3 713
Видео
Getting started with Nix Home Manager in Windows (WSL)
Просмотров 2,6 тыс.3 месяца назад
0:00 Intro 0:15 What is home manager 1:10 Home manager installation on multiple platforms 2:02 Start installing home manager 2:38 `nix shell` command 4:14 Initialize home-manager 5:03 What are flake.nix and home.nix 7:28 Activate the configuration 8:18 Install neofetch 9:15 Install starship 12:46 Initialize as git repository 12:52 Install neovim 14:48 Separate the configuration into multiple fi...
Can we use Nix without NixOS?
Просмотров 2 тыс.3 месяца назад
0:00 Can we use Nix without NixOS? 0:25 Installing WSL 1:00 Installing nix 1:19 The Determinate Nix Installer 1:48 My nix usecases 2:08 What's coming next In this video, I explore how to use Nix independently of NixOS. I demonstrate that Nix is a versatile program compatible with various platforms like Ubuntu, MacOS, and even WSL on Windows. I provide a detailed walkthrough on installing Nix on...
Custom Shell Script in NixOS ??
Просмотров 7134 месяца назад
We know we can install packages declaratively in NixOS. It's easy especially for packages already available in nixpkgs github repository. But what if we want to install our own shell script? Let's explore `writeShellScriptBin` and `writeShellApplication` function from nixpkgs. We will also learn how to distribute the package using flake.nix. #programming #software #shellscripting #linux
Grand Theft Automata IV Loading Screen HD
Просмотров 4254 месяца назад
Grand Theft Automata IV Loading Screen HD
Discord + GitHub = Notification System
Просмотров 9944 месяца назад
Discord GitHub = Notification System
SSH Public Key Authentication for Busy People
Просмотров 2,4 тыс.4 месяца назад
SSH Public Key Authentication for Busy People
Git Branch Protection in 100 seconds
Просмотров 1,5 тыс.7 месяцев назад
Git Branch Protection in 100 seconds
Making Minimalist Git HTTP Server
Просмотров 3,4 тыс.7 месяцев назад
Making Minimalist Git HTTP Server
Download anything with nix using fetchurl function
Просмотров 39110 месяцев назад
Download anything with nix using fetchurl function
Generate Image with Nix + Imagemagick
Просмотров 30310 месяцев назад
Generate Image with Nix Imagemagick
Hello World Nix derivation using Nix Flakes [nix build]
Просмотров 25410 месяцев назад
Hello World Nix derivation using Nix Flakes [nix build]
Faster browsing with Qutebrowser's search engine config (with nix + home-manager)
Просмотров 703Год назад
Faster browsing with Qutebrowser's search engine config (with nix home-manager)
while nix os depends on nix, nix doesn't depend on nix os. did you really need to say that?
Kok gitu bang
I had to use `$ nix --extra-experimental-features flakes --extra-experimental-features nix-command run home-manager -- init --switch .`
Great video!
Still dont understand. Nix would replace package manager, right?
Thank you very much. I finally understand how to source control and use home-manager on my wsl linstalls ! You are a hero.
Thank you!!! Finally a nix tutorial that makes sense.
Best intro I seen online
"i am the one with actual job opennigs" lol
i need another computer bad! any of you guys have a suggest for an install guide for a server maybe? or like a minimal install does this even make sense with nix?
Nix is an Arch without fanboys
NixHero, do you have any plans to also have a "Get Started with Nix Flakes" video? That would be awesome.
Please, I want to be a member of your channel, through this video I was able to understand and use Flake + home manager, thank you
Please, I want to be a member of your channel, through this video I was able to understand and use Flake + home manager, thank you
A very poor explanation ! before explaining "how" you need to explain "what" & "why"
He did a great job!
Imo, the question should have been "Why do i use Nix on all of my machines" lol
semangat bang! u got new subs
I didn’t know this. I need to check this out! Thank you for sharing
what about arch linux?
What does it had to do with Nix?
wsl is libtards
Your channel name is not a joke... like NOT AT ALL! You are the true Nix Hero. I can't wait for your video to configure neovim.
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?
Show... rewrite my configs modules. Thanks for this class. Perfect now I understand some bugs that I made at my old config :)
Wow, it is so hard to come by Nix tutorials, which are not thoroughly cryptic. Thank you nixhero!
thats a banger thumbnail
Please remake this video, but for dummies. And I mean DUMMIES! I think I am stupid. I am really struggling with this whole derivation/nix language/flakes/pkgs-vs-packages-vs-nixpkgs/etc. It just won't click in my head. What even is a "derivation"? Why are there so many package-stuff-variants? What calls the "outputs" function? And what is given as the nixpkgs argument? Why is "legacyPackages" referenced from the argument, but then inside the "in" there is also "packages.x86_64-linux" - where does that even come from?? What is "self"? etc etc
Wow, thorough as heck. Nice job!
thanks a lot. you are truly living up to your name.
thanks hero
aint arch like hard
so clear! great work
amazing!
Man... are you Indonesian??? I'm just curious
can we use nixos without nix
lmao
Nice bait 😂
Guix
i try today go back again arch :)
Hey! Great job on the video. I just started getting into nix and this video helped me a lot to understand what is going on
Can we use nix without nix-pm? ;)
Thanks. Going to try. I was thinking it might be a thing, then passed over os and misunderstood, if I can use it on other OS. Since I can, then I want it
Excellent content
amazing!
Btw it's not "only him can enter the room", it's "only he can enter the room"
Your English was great! I am not sure what your native language is, but you were very clear and smooth with your pace. I was easily able to follow this along with every word you said.
can u delve deeper into "nix on windows" :smiley:
when showing windows logo WSL got mentioned so its still a linux system and linux packages
I don't think you can natively run NixOS on Windows, only Windows Subsystem For Linux
@@YogurtGaming2 yeah no, i don't want to run NixOS on windows. i want to -run- learn how to run the nix-pkg manager on windows like it can be done on macos and non-nixos distros > _" I don't think you can natively run NixOS on Windows, only Windows Subsystem For Linux "_
@@yash1152you cannot use a Linux package manager on windows. I doubt the windows ecosystem could ever actually support a full software package manager, at least not to any reasonable extent compared to any Linux distro.
@@yash1152you cannot use a Linux package manager on windows. I doubt the windows ecosystem could ever actually support a full software package manager, at least not to any reasonable extent compared to any Linux distro.
Nice.
Please make a vídeo a NixOS forma noobs. I am a linux user, zero level un NixOS, bit want to know the base level of it. Installig, uninstalling, upgrading distro, etc... and then more advanced videos. Thanks
I am looking for a guide to configure NixOS from scratch for development.
so much knowledge so simply, and all in the correct order
More linux / unix content pls
great video, keep it up!
Or clone with depth 1
I never knew this shallow clone! Thanks