NixOS beginner guide

Поделиться
HTML-код
  • Опубликовано: 30 июн 2023
  • Updating channels:
    nixos.wiki/wiki/Nix_channels
    Searching for available packages:
    search.nixos.org/packages

Комментарии • 193

  • @ndwxxd
    @ndwxxd Год назад +166

    The day there is a guide to set up flakes + home manager I will explode

    • @vimjoyer
      @vimjoyer  Год назад +111

      Just because of this comment, I'll provide. Not sure when, but probably soon.

    • @Redyf
      @Redyf Год назад +8

      It's easier than you think, just takes time to get used to it

    • @petergoodall6258
      @petergoodall6258 Год назад +5

      I did the graphical install, and set allow unFree to true. Following the recommended introductory videos I installed home manger. Tried to install vscode. Disallowed because it is unfree code. Spent hours trying to work out why and where the clashing settings are. All the ‘advice’ assumes you know where all the configuration expressions are within the file system. Man - if I set a global option - I don’t want it lying to me. No excuses - that’s bad design.

    • @Wafflasy
      @Wafflasy Год назад

      Looks like you’ll be imploding. ruclips.net/video/AGVXJ-TIv3Y/видео.html

    • @TVPInterpolation
      @TVPInterpolation 10 месяцев назад

      ​@@petergoodall6258i may not be the target audience really, but global probably means - no matter what you do inside the typical nix dialect. not outside in this case. this would make sense given its a language itself aswell.

  • @Zwygi49
    @Zwygi49 Год назад +24

    As a Debian user I never was that much interested in distro hopping, but I think I will give NixOS. Thanks for giving it some visibility! Greetings from Switzerland

  • @brainstormsurge154
    @brainstormsurge154 2 месяца назад +5

    Just getting into this. Thanks for the guide. One bit of feedback that I think should have been in the video is that it's very useful to learn `nix-shell` right away. For example, I don't like nano and would rather have micro or better yet neovim to edit the configuration. I can do this with `$ nix-shell -p neovim` which installs the package on a temporary shell. I did this and it felt really nice.
    The packages used this way are gone as soon as the shell is closed which lets you use your package(s) of choice before it's installed the right way with the configuration file. This is good for also testing stuff you don't plan to keep that would otherwise clutter up your system or need you to use something like Docker to do the same thing. In fact I would consider it very similar to that in how it containerizes the packages in a shell but I'm not an expert on that technology so I'm sure there's differences.

  • @liliumfrsh7589
    @liliumfrsh7589 8 дней назад +2

    Самое вменяемое в выдаче ютуба по запросу гайдов на NixOS, спасибо.

  • @vimjoyer
    @vimjoyer  Год назад +33

    Sorry for mic quality and unstable volume, hope you enjoy the video!

    • @Redditard
      @Redditard Год назад +3

      i did, thanks :)

    • @wyfyj
      @wyfyj Год назад +1

      Same

    • @tonyseno
      @tonyseno 2 месяца назад

      no problem with the mic, it sounds great

  • @MrModtronix
    @MrModtronix 5 месяцев назад +5

    I have only seen the first video. You Sir, made Nix os something I can understand. Thank you for that. I'm sold!

  • @FlamerOHR
    @FlamerOHR 3 месяца назад +2

    Thanks for this video, it brings a lot of clarity where the nix docs struggle to illustrate

  • @sagizm0nd
    @sagizm0nd 25 дней назад +1

    Hello from Belarus, glad to see someone from nearby doing such great tutorial series!

  • @sabergo1
    @sabergo1 Год назад +17

    Solid introduction. Look forward to expanded or more in depth videos.

    • @hoppyspadge3995
      @hoppyspadge3995 Год назад

      Yes indeed. More please, that was very clear. As a user of 7 systems (multiple locations for work) I would really appreciate more info on this 'reproduceable' thing everyone goes on about. Can I really just 'reproduce' the entire system to a new machine? For me installing a new system and it's packages is easy - I have it all in a script. It's all those little tweaks I make to Gnome and all the customisations in the packages that I run that take ages to get right each time. "dd if=machine1 of=machine2" ?? Surely not?!!

  • @0x045c
    @0x045c Год назад +3

    this video was just awesome! subscribed
    first of all i got this video recommended because i skate and was watching the berrics and then this video got recommended saying that you quoted their skatepark (?)
    then i started watching it and found how this OS is just awesome. im a developer that loves linux and this is my first time seeing this OS. will try it ASAP
    keep up the good work!

    • @vimjoyer
      @vimjoyer  Год назад +4

      Thanks for kind words, but I don't think I quoted any skateparks, sorry.

  • @ThunderDraws
    @ThunderDraws Год назад +18

    No idea why I got a video recommended from a really small channel but damn that distro does look interesting indeed! thanks for the video!

  • @krupkat
    @krupkat Год назад +5

    Great intro, thanks! This inspired me to test out the system

  • @longbranchgooberdapple2238
    @longbranchgooberdapple2238 Год назад +14

    I'm keep hearing about nix all the time and was confused of why language would be deployable as docker image :) Now it's clearer, thanks! Now I want to explore it at least a bit.

  • @lennyescott
    @lennyescott 9 месяцев назад +5

    I chose arch linux so i wouldn't be tempted to distro hop... but then i learnt about nix 💀

  • @BenSycha
    @BenSycha Год назад +2

    Very nice video. I have just put nixos onto my NAS and was starting to get tempted to put it on my laptop... You might have persuaded me

  • @zalphoid1652
    @zalphoid1652 Год назад +5

    Great video! Im a long time nixos user and even a package maintainer and this video serves as a great into.

  • @thatguynar
    @thatguynar Год назад +16

    I remember tryign this out a while back. Loved how it makes it pretty easy to just share your config so someone else can have their system built just like yours. Forgot what the reason was that made me go back to arch but might give this a check again soon.

    • @vimjoyer
      @vimjoyer  Год назад +9

      I've had some issues with it a year ago when I initially tried it, but since my second try around half a year ago everything worked perfectly.

    • @thatguynar
      @thatguynar Год назад +3

      @@vimjoyer Probably going to give it a try again soon when I get some time. It's interesting to see how there seems to be a lot of packages now, hopefully it has most of the stuff I usually use. The aur is just a bit hard to part with :/

    • @vimjoyer
      @vimjoyer  Год назад +4

      @@thatguynar hyprland and some more wayland stuff was added to repos recently, and many of my favourite cli tools are also there. Even if you don't find anything, it's quite easy to package stuff yourself.

    • @Microphunktv-jb3kj
      @Microphunktv-jb3kj 8 месяцев назад

      @@vimjoyer does window managers require real hardware,, im on minimal install nix in wsl atm.. i want to configure my sistem independent from windows atm.. so i can later switch over...
      virtualbox always so sluggish... i assume since its pratically headless , i could conf anything besides the window manager

  • @another-niko-pfp-holder
    @another-niko-pfp-holder Месяц назад +1

    I've been considering setting up a separate system for schoolwork and this seems like a really good option! We'll see if wayland lives up to the hype

  • @Superturisto
    @Superturisto 5 месяцев назад +4

    Було б непогано мати такий контент Українською! Дякую.

    • @makkusu3866
      @makkusu3866 5 месяцев назад +1

      100%, але занадто нiшева тема. Буде штук 30 людей дивитися)

    • @Superturisto
      @Superturisto 5 месяцев назад +2

      @@makkusu3866 Може автор може ще якийсь контент запропонувати? Не дуже багато IT матеріала Україньскою на RUclips

  • @grawlixes
    @grawlixes Год назад +2

    just started using NixOS. my approach is leverage flakes and home-manager for everything. trying to avoid doing things the "old way" like channels, etc. thx for the videos!

  • @romangherta2201
    @romangherta2201 8 месяцев назад +1

    Nice overview, many thanks

  • @ch1n3du3
    @ch1n3du3 11 месяцев назад +5

    I thought I was too dumb for NixOS but you've converted me, thank you 😊

  • @mattlau04
    @mattlau04 7 месяцев назад +1

    really good series!

  • @wahidislamlinad
    @wahidislamlinad Год назад +36

    would love to see a video where you config like bspwm or hyprland and rice it a bit, also more info about how dependencies work would be nice cause generally on arch dependencies are installed automatically

    • @adriabruicortes490
      @adriabruicortes490 Год назад +10

      Dependencies are mainly auto installed aswell. The best part is that you can have many versions of the same program in parallel. For example, if you are using program A, that requires gcc 1.3 but you are also using program B, that requires gcc 1.5, nothing to worry! Both programs will be installed and linked to the program that needs them. So program A will use gcc 1.3 and program B will use gcc 1.5 :)

    • @jamesm2075
      @jamesm2075 Год назад +1

      I second this. Would love to see some hyprland

    • @cig_in_mouth3786
      @cig_in_mouth3786 Год назад +2

      ​@@adriabruicortes490you are right but I dunno I got confused or stuck at flakes and the home manager? What do you use? Any guide for beginners that's great for me thanks

  • @mechwarrior83
    @mechwarrior83 Год назад +5

    I had heard of this OS previously but you explained it so well I now understand why everyone is hyping about it.

  • @maxdemian6312
    @maxdemian6312 Год назад +2

    I was immediately sold when I saw 0:47

  • @user-nq9vh7mv7k
    @user-nq9vh7mv7k 9 месяцев назад +8

    Thank you for your guides. They are essential and more straightforward than the official documentation. Your videos make NixOS super easy to learn and to me it feels like it is the easiest distribution of them all, after learning how to configure it properly.

  • @Zeyad_Assem
    @Zeyad_Assem Год назад +2

    Keep up the good work 🤩🤩

  • @brainstormsurge154
    @brainstormsurge154 2 месяца назад +3

    Coming back a week later the GUI installer for NixOS has a few flaws.
    1. It won't configure any filesystem other than ext4.
    2. Even if you partition it yourself with gparted, which in in the installation system, it won't accept it. Neither with doing it with CLI tools like fdisk, gparted or parted.
    3. If you try to use the manual method within Calemares, the installation tool, it will brick the system and won't let you boot after installation. Part of it could be that you can't create the small 1Mb or less of empty space at the beginning of the drive for alignment purposes.
    Because of these issues I just used the GUI installer for a bit before learning how to install things with the minimal installer. Although you might still want to use the GUI installer and just do everything from the terminal since that way you have access to a browser and can copy and paste things a lot easier.
    With using the preconfigured option that the GUI installer gives you I was able to have an example of what the configuration looked like with the desktop installed and stuff which helped me know how to configure stuff from tty or terminal only.
    While not as good as the Arch installation guide the NixOS one on their wiki is good enough to get you started.

  • @JustinReeves
    @JustinReeves 8 месяцев назад +3

    yup my old thinkpad spent about 30 minutes at 46%. At least there's an actual log you can watch to see that it's still progressing.

  • @mawfyy7001
    @mawfyy7001 Год назад +2

    nice explanation!!!

  • @IogaMaster
    @IogaMaster Год назад

    Great video!

  • @TheRustyCrab
    @TheRustyCrab Год назад +7

    The thing that no-one talks about with NixOS is that in order to keep your builds reproducible across systems, you MUST edit the configuration files (i.e. no `nix-env -iA` to install packages - it doesn't persist). This means working with settings overriding each other and sometimes confusing situations trying to find a certain option for a certain package.
    My config is pretty simple - just Home Manager, a couple of packages like Neovim and zsh, all inside of a Flake - yet I still get lost in my own code because of the abstractness of the Nix language.
    There are solutions and tools for these problems of course, `lib.mkDefault` and grep go a long way, but it kinda gives me Neovim/Lua vibes in the sense that once your config gets even a little big, things get really confusing if you dont obsess over "clean code" and triple-check everything so you get the intended effect.
    I definitely love using NixOS so far, and will continue to use it in future projects, but I have to say its not the best OS for everyday use. Unless you like tinkering with configs until its just right 👍

    • @vimjoyer
      @vimjoyer  Год назад +4

      My NixOS and home-manager configs are also quite simple, but my neovim config...

    • @LinkEX
      @LinkEX Год назад +3

      "just Home Manager, a couple of packages like Neovim and zsh, all inside of a Flake"
      Sounds like the kind of basic setup I am looking for to get to start out with NixOS.
      On the less basic side of things, I wanted to get lazy.nvim package manager to work, which makes for a trickier setup for Nix.
      Especially if you want a particular set of Neovim plugins to be included in your nix config.
      Turns out people have written a separate configuration system for that: nixvim.
      I considered using this one, but it seems a bit too advanced to use right now without knowing the nix basics.

    • @vimjoyer
      @vimjoyer  Год назад +2

      Yeah, I've seen that one too. Lua configured nvim usually doesn't have many external dependencies though, and all your language servers can be installed with mason/project's flake.

  • @MagnusNemo-xc5nx
    @MagnusNemo-xc5nx 9 месяцев назад +1

    Excellent, thank you. Just installed NixOS and will watch all of your videos. Cheers!

  • @pufferaway
    @pufferaway Год назад

    Excellent video and thank you for taking the time/effort to produce & share! Best wishes 😁

  • @m0ff607
    @m0ff607 Год назад +4

    i might switch. nice vid

  • @madeinhvn
    @madeinhvn 6 месяцев назад +3

    Going to jump to NixOS while following your video series

  • @BraxtonMeyer
    @BraxtonMeyer Год назад +1

    Excited for you fixing audio next vid

  • @Aditya-ny8ur
    @Aditya-ny8ur 8 месяцев назад +2

    Thanks for turning this into a playlist

  • @gbember3470
    @gbember3470 Год назад +3

    I would love to see a video about Flakes, started using NixOS but I still don't understand them

  • @GuglFive
    @GuglFive Год назад

    Great overview!! Thank you speaking Englisch!!!

    • @vimjoyer
      @vimjoyer  Год назад

      Sorry if I make some grammatical errors, It's not my first language.

  • @asmathias2577
    @asmathias2577 Год назад +5

    I've never heard of this distro before but man, declarative configuration sounds really cool. Also what did you mean by immutable-ish?

    • @vimjoyer
      @vimjoyer  Год назад +6

      Everything in your root directory is managed by your configuration file, so each time you rebuild your system you kinda get a new immutable system. So you are not really changing anything, just switching gloves and throwing away old ones.
      Edit: typo

  • @naranyala_dev
    @naranyala_dev Год назад

    awesome, thank you

  • @ramuni
    @ramuni 10 месяцев назад +1

    nixos the best linux distro ever i try

  • @Hippieinthewoods
    @Hippieinthewoods 11 месяцев назад +1

    I love the 1 file for all seetings, wish Manjaro had that.

    • @vimjoyer
      @vimjoyer  11 месяцев назад +1

      You can try NixOS out in a VM, or install nix (package manager) + home manager on Manjaro, to get 1 file for all settings, although only for user programs.

  • @codedspirit
    @codedspirit 6 месяцев назад +1

    Awesome!

  • @ivymuncher
    @ivymuncher 9 месяцев назад +2

    wish I had this tutorial when I was using nix. might try it out again with this guide!
    thanks a lot! hope this gets rid of a lot of unnecessary suffering that comes with this distro hahahaha

  • @commanderdestructa4654
    @commanderdestructa4654 6 месяцев назад +2

    Thanks for the video. I'm currently using Zorin OS 17, but have used Manjaro previously, but had to change to Zorin as my new work laptop has Secure Boot enabled (for Windows 11 and some proprietary apps that require Secure Boot). Does NixOS play well with Secure Boot? I switched to Zorin as it's Secure Boot friendly and Manjaro Wouldn't even install.

    • @vimjoyer
      @vimjoyer  6 месяцев назад +1

      I have no problems with secure boot enabled

  • @benjy288
    @benjy288 Год назад +4

    Its an awesome distro, I currently have their stable fixed release channel installed, and their unstable rolling release channel installed too, so I can boot into a fixed release, or reboot into a rolling release, how cool is that!

    • @vimjoyer
      @vimjoyer  Год назад +3

      I have multiple unstable nixpkgs versions in flake for my ten billion broken discords. Quite handy!

  • @sano4942
    @sano4942 11 месяцев назад +1

    Дякую за відео

    • @vimjoyer
      @vimjoyer  11 месяцев назад +1

      Будь ласка!

  • @djksfhakhaks
    @djksfhakhaks Год назад +4

    Its unbreakable? Challenge accepted. Oracle made that clams once. It didn't end well.

    • @vimjoyer
      @vimjoyer  Год назад +5

      Haha, must have said that it's almost unbreakable, If you replace your drives or mess with partitions you may break it, but do you really want to?

    • @AdamPippert
      @AdamPippert Год назад +3

      Oracle also basically ripped off Red Hat and just tweaked the kernel a bit, I swear that company has more lawyers than engineers these days and that’s what’s kept them afloat.

    • @djksfhakhaks
      @djksfhakhaks Год назад +1

      @@AdamPippert I had the redhat shirt! "Unfakable Linux" lol

  • @strepeherbata
    @strepeherbata 9 месяцев назад +1

    3:40 1 липня 🤤
    Ваша англійська звучить суперово

    • @vimjoyer
      @vimjoyer  9 месяцев назад +1

      Дякую

  • @mograms
    @mograms Год назад +2

    Great video! What other distros are declarable like this? What a great feature.

    • @ricseeds4835
      @ricseeds4835 Год назад

      I'm sure it is if you can hear it

    • @vimjoyer
      @vimjoyer  Год назад +1

      GNU Guix, but I think it's hard to install proprietary software on it.

    • @0LoneTech
      @0LoneTech Год назад

      Actually, proprietary software is likely super easy; Guix has flatpak. Meanwhile, over in Nix land:
      -bash-5.1$ nix search neovim
      error: experimental Nix feature 'nix-command' is disabled; use '--extra-experimental-features nix-command' to override
      -bash-5.1$ nix --extra-experimental-features nix-command search neovim
      error: experimental Nix feature 'flakes' is disabled; use '--extra-experimental-features flakes' to override
      -bash-5.1$ nix --extra-experimental-features nix-command --extra-experimental-features flakes search neovim
      error: cannot find flake 'flake:neovim' in the flake registries
      What's a flake? Why can I no longer search for packages? (Turns out it's maybe something similar to channels, I had to put "search nixpkgs neovim", but I still don't know e.g. how to list them, and the search command takes forever.)

  • @tulsatrash
    @tulsatrash 3 месяца назад +1

    This is neat.

  • @shatteredvidrio
    @shatteredvidrio Год назад +1

    That looks awesome... but... how do you actually keep up to date with "os level" packages' configurations like for example when distros moved to PipeWire from Pulse... and Idk, maybe at some point in time systemd or networkmanager or any of the thousands of "base packages" get deprecated... do you have to manually check each update and apply modifications to the config file you got at the point in time you made the install and further customizations?

    • @vimjoyer
      @vimjoyer  Год назад +2

      Nixos has big updates every 6 month in stable channel, and is rolling release on unstable. Some of the important stuff will probably be added as enabled by default, other you need to enable yourself.
      Anyway, if you use flakes, you could always get your system from exactly the same moment when the file was evaluated.

    • @maxwell-lt
      @maxwell-lt Год назад +2

      When you run nixos-rebuild, any deprecated configurations will be called out in an error message. You can then fix your config and try again until it works. In my three years of using NixOS, I've had to replace a few deprecated configurations, update the package name of a few packages, and so on, but nothing really difficult. The vast majority of options are stable, and most of the time I make changes to core settings is if there's a new and improved way of doing things that I want to opt in to (like switching from Pulse to PipeWire).

  • @ArakiSatoshi
    @ArakiSatoshi 9 месяцев назад +2

    It doesn't update the versions of the packages? How so, what if there's a security fix, for example? So the package would get updated, but the PC the package is installed on won't receive the update? That's pretty bad for the security of the whole thing. Another major thing I'm confused about is how the built apps are being treated in the system. If you're on Linux and are a poweruser, you will always discover some app to build at some point. As far as I understand, the whole building thing is against NixOS's philosophy, but what if I would really need to?

    • @vimjoyer
      @vimjoyer  9 месяцев назад +2

      You choose when to update, and reverting back gives you previous versions of packages. If you want to add anything, just add and rebuild.

  • @anderslundin6480
    @anderslundin6480 Год назад +1

    Thanks

  • @animeshsahu2803
    @animeshsahu2803 Год назад +1

    What blew my mind was nix, not nixos. I enjoy all the benefits without leaving my favourite distro.

  • @UltimateBokanator
    @UltimateBokanator Год назад +3

    Gaming is most important aspect

    • @vimjoyer
      @vimjoyer  Год назад +4

      Gaming on NixOS has been super smooth for me. I'm using wayland, and even then just adding some nvidia settings from the wiki was enough to play everything I wanted. League with lutris, Warframe on steam, also playing some Wow installed with plain wine.

    • @folksurvival
      @folksurvival Месяц назад

      *least important.

  • @Miinui0
    @Miinui0 Месяц назад +1

    Can you do a vid where your going to deleting list of generations with specific including home manager garbage also clean garbage from store

  • @LorenzoBettini
    @LorenzoBettini Год назад +1

    Maybe I'm missing something, but the problems with switching between KDE and GNOME are due to the user home configuration files. How would nixos help in that respect? It won't change user configuration files, will it?

    • @vimjoyer
      @vimjoyer  Год назад

      I'm pretty sure that nix home-manager could help here, but yes, you are right. Still easier to replace packages on NixOS though.

  • @user-nq9vh7mv7k
    @user-nq9vh7mv7k 9 месяцев назад +1

    I would love a guide on configuring multiple machines effectively. My laptop will need a slightly different config than my desktop, and I am not sure what the optimal approach is for this. How can I let nix detect which machine I am running on and branch out based on the machine ?

    • @vimjoyer
      @vimjoyer  9 месяцев назад

      This is where nixos shines, you can just make multiple small configuration files with slightly different options, and store everything else in modules. Both files can import modules with their required options, and you can even define custom options in those modules.

    • @user-nq9vh7mv7k
      @user-nq9vh7mv7k 8 месяцев назад

      @@vimjoyer Thank you! After watchig your videos about flakes I was able to write a flake for each of my devices and it works perfectly :O this feels like some voodoo magic

  • @frankhuurman3955
    @frankhuurman3955 Месяц назад +1

    first question I had after seeing you install vim was "how do I know when a new version of vim is out? does Nix have a service that notifies me and then I have to nixos-rebuild again?". But curious how this actually works when using Nix as a desktop.

    • @vimjoyer
      @vimjoyer  Месяц назад +1

      Rebuilding NixOS does not update it, updating is done with flakes or channels.
      You can check package versions on the
      nixos search org website, and there are special tools that allow you to see which tools received new versions after update

    • @frankhuurman3955
      @frankhuurman3955 Месяц назад

      @@vimjoyer Thank you! was just finding out about your other videos and those explained it a bit more in depth :)

  • @edwinphilips5212
    @edwinphilips5212 Год назад +1

    So, how does this compare to say... using ansible and any distro? Pros? Cons?

    • @vimjoyer
      @vimjoyer  Год назад +2

      A ton of pros, some cons. The comment would be enormous, so I recommend just checking some article, or wait until I make some more episodes in nix tutorial series.

  • @hobrin4242
    @hobrin4242 Год назад

    wait, does that mean that there is sufficient support in practice?

  • @carstenschmied8455
    @carstenschmied8455 Год назад +2

    Is it still recommended to enable Swap Files even with 32GB RAM?

    • @vimjoyer
      @vimjoyer  Год назад

      I usually enable swap, but I never had a PC with 32GB RAM. Depends on your use case, if you don't go over 25, you're probably fine without it.

  • @OM-bs7of
    @OM-bs7of Год назад

    Couldn't I just create a shell script to install packages like with NIXOS? With traditional distros I have more options. I could use a shell script or the lone package manager to install packages

    • @vimjoyer
      @vimjoyer  Год назад +1

      You can use a complicated shell script, but it's easier to use a ready-made, tested and popular solution. Also nix package manager is available on other distros, and I highly recommend trying it.

  • @AtheistRising
    @AtheistRising Год назад +1

    Chef as an OS

  • @jeffbrownstain
    @jeffbrownstain Год назад +1

    Wait hold are, are you telling me if I kernel panic, that I can just like. Go back to the beginning?

  • @daesk
    @daesk 27 дней назад +1

    so basically I can fresh install nixos, apply an configuration file and have everything I need to start using my machine?

    • @vimjoyer
      @vimjoyer  27 дней назад

      Yes

    • @daesk
      @daesk 27 дней назад

      @@vimjoyer well you just convinced me to use nixOS lol gonna install it on my secondary PC to see how it goes. thanks!

  • @user-xl8kv6wt9l
    @user-xl8kv6wt9l 3 месяца назад +1

    Can we install nixos offline like the way we can do with other distros?

    • @vimjoyer
      @vimjoyer  3 месяца назад

      I don't think so

  • @ernestoditerribile
    @ernestoditerribile 6 месяцев назад +2

    Your password is very secure

  • @dnkmmr69420
    @dnkmmr69420 Год назад +2

    I'm watching this from nixos

  • @richardbennett4365
    @richardbennett4365 Год назад +1

    Nixos has been around for about 20 years now.

    • @vimjoyer
      @vimjoyer  Год назад +1

      Yes, that's why it has so many packages.

  • @manonamission2000
    @manonamission2000 Год назад

    what are some potential use cases?
    which industries are using this?

  • @jeffbrownstain
    @jeffbrownstain Год назад

    Can it survive Pluto's Kiss?

  • @CarlosVixil
    @CarlosVixil Год назад +2

    JSON with functions. So yavaskrips

  • @MuchBacon
    @MuchBacon 11 месяцев назад +2

    You sound like Pedro Pascal, which is a compliment.

  • @nathanlewis42
    @nathanlewis42 4 месяца назад +3

    Why is vimjoyer using nano?

    • @vimjoyer
      @vimjoyer  4 месяца назад +2

      Vim is not installed by default on NixOS. Nano = heresy

    • @nathanlewis42
      @nathanlewis42 4 месяца назад +2

      @@vimjoyeragreed that there is only one true editor. Is there no way to install vim before doing editing in nixos or does it force you to commit heresy?

  • @alexstone691
    @alexstone691 Год назад +1

    I was thinking of switching but the docs is almost nonexistant and i feel like a distro that is imperative but uses the packaging like nix would be good enough as you can still restore the system and do everything and do not need to be a programmer to learn the awful language that is nix

    • @vimjoyer
      @vimjoyer  Год назад +4

      You can still use NixOS imperatively, there's just not much point in doing so. Anyways i made this video to increase amount of resources about nix on the internet. I'll probably do a couple more about flakes, home-manager, nix shell and if I'm not too lazy even nix-index nix-ld and other tools.

    • @alexstone691
      @alexstone691 Год назад +2

      @@vimjoyer Why is there no point, you get everything except the declaritive aspect
      Multiple versions of packages can exist
      You could rollback easily as well
      Only issue is with configuration, as its meant to be done using nix

    • @vimjoyer
      @vimjoyer  Год назад +4

      @@alexstone691 It is possible, you are free to use your system however you want. You could even use nix package manager standalone on other distro just to get those 80000 packages. I just find the declarative approach to be even simpler then imperative one. The main issue is lack of documentation, and that's a fact. I'll try to make it simpler for people to grasp the concept, and maybe someone will like it too.

  • @reidond
    @reidond Год назад

    thank you now I'm really interested in nixos, can you show how to create dev env? thanks

    • @vimjoyer
      @vimjoyer  Год назад +1

      Check out the flakes video on the channel, dev envs are shown there as an example.
      ruclips.net/video/S3VBi6kHw5c/видео.html

  • @edge_of_theknife6315
    @edge_of_theknife6315 Год назад

    would've used it had my device been better
    my laptop runs fine on artix runit

  • @MishaBehersky
    @MishaBehersky Год назад +2

    1 липня😊

  • @BatBatov666
    @BatBatov666 11 месяцев назад +2

    Font is to tiny ,harder to see

  • @wyfyj
    @wyfyj Год назад +1

    Great video!
    Slava Ukraini

  • @oventree
    @oventree Год назад

    i don't really understand the reason to use nix over guix other than the fact that nix is more popular. is the nix language really as powerful as guile scheme?

    • @0LoneTech
      @0LoneTech Год назад +1

      I don't know about "powerful", but the Nix language is certainly more complicated, less well documented, and less general (Scheme is used in many other places, e.g. Siag).
      The Guix system distribution also takes a more active stance against non-free software such as firmware blobs, which leads to some discomfort. It's a considerable contrast between Debian's sorting non-free firmware under non-free and software requiring on it under contrib, and Guix and linux-libre mangling the drivers to make it harder to find out how they're broken (offended by the difference between "non-free firmware X was removed" and "no free firmware exists").
      Notably, both nix and guix (the package managers) are available in both Debian and Guix (the distributions). At a quick glance NixOS seems to have two support packages but not guix itself.
      I have at least two machines running nix, but it's not really comfortable with features like package search disappearing behind muddled changes.

    • @oventree
      @oventree Год назад +1

      @@0LoneTech glad there isn't much about nix i was missing then. guix seems like it would be the better solution for me once i have the time to transition to a declarative package manager as i already have some scheme experience and run linux-libre already anyways. nix seems very cool though if you aren't sold on the whole "put a lisp in everything" thing like i am

  • @Aditya-ny8ur
    @Aditya-ny8ur Год назад

    a video on nix flakes?

    • @vimjoyer
      @vimjoyer  Год назад +2

      I'll make one, I'm just pretty busy this week.

  • @senritsujumpsuit6021
    @senritsujumpsuit6021 8 месяцев назад

    If nix an mint can tongue kiss am gonna feel swell lol

  • @MrAndriyevski
    @MrAndriyevski Год назад +1

    Дякую!❤
    Хороша англійська!🎉

  • @BlueBerryXD
    @BlueBerryXD 3 месяца назад +1

    Це ти хостиш репозиторію в Україні?

    • @vimjoyer
      @vimjoyer  3 месяца назад

      Ні, я хощу лише свої ігрові сервери

    • @BlueBerryXD
      @BlueBerryXD 3 месяца назад

      @@vimjoyer Секрет того хто хостить мірор арчу в Україні все ще не закритий(. Я просто десь пів року назад дивився на всі мірори і прифігів швидкості мірору від Arch який в Україні хоститься. Знайшов твій відос, побачив що в тебе Укр локали, думав що вирішив цю загадку) а получається що нє

  • @TheUnchosenOne
    @TheUnchosenOne Год назад

    Arch linux but installing it isnt like pulling teeth? sign me up!

  • @rndm8614
    @rndm8614 Месяц назад

    Пане, ви з Києва?

    • @vimjoyer
      @vimjoyer  Месяц назад

      З Київської області

  • @Ruslan.Kozinskyi
    @Ruslan.Kozinskyi Год назад

    Дякую за відео. Сам задумуюсь щоб спробувати NIxOS

  • @itsthesola10
    @itsthesola10 Год назад +1

    :D

  • @Dpk_YT
    @Dpk_YT Год назад +1

    I love my mind so I will not😢try it as it will blow my mind

    • @vimjoyer
      @vimjoyer  Год назад +2

      That's fine, you can always roll back to previous version of your mind 😎

    • @Dpk_YT
      @Dpk_YT Год назад +1

      @@vimjoyer 😂😂 I love my Linux mint mind... I tried many minds.. But I always return to linux mint ❤

  • @jasonking8937
    @jasonking8937 9 месяцев назад

    Deeper please

  • @fietsindeschie
    @fietsindeschie Год назад +1

    give me like a few hours i WILL break it

    • @fietsindeschie
      @fietsindeschie Год назад +2

      i broke the installer by plugging in my keyboard! next distro pls

  • @SydGeraghty
    @SydGeraghty Год назад

    How does NixOS differ from QNX or Neutrino that are Posix compliant with real time non-blocking message passing and micro kernel architecture?

    • @vimjoyer
      @vimjoyer  Год назад +1

      Nixos could not be any less similar even to your regular Linux distro, it's not even FHS compliant.
      This channel is more about desktop open source operating systems (Linux primarily), so I'm not familiar with the ones you named, sorry.

  • @BrentonWoods774
    @BrentonWoods774 Месяц назад +1

    Looking forward to the time when Linux will cease to be a second class OS

    • @folksurvival
      @folksurvival Месяц назад

      No need to look forward to that, look back because it has not been for many years.

  • @vladp3971
    @vladp3971 11 месяцев назад +1

    Привіт з України :)