I Have Fallen In 💕 Love With ❄️ NixOS | A Basic Introduction To NixOS

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

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

  • @Redyf
    @Redyf 10 месяцев назад +129

    NixOS literally made me stop distro hopping, it's the best distro I've ever used. I made multiple reproducible contigurations for all my devices, it takes just a few mins to install them. Also it even works on WSL if I need it on a windows machine at work. I was on "arch btw" before but the main reason for the switch is that I get out of the box rollbacks which helped a lot, considering I have a nvidia gpu.

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

      Idk.. Ive been on arch for two years with nvidia and broke my system only once. I also have a bunch of devices but Id only want linux in my desktop and macbook. I dont see the hype unless its for an org with multiple computers to manage.

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

      Even my Windows can do reproducible installs via the power of PowerShell (not atomic though, but who cares in personal use).

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

      @@JamesSmith-ix5jd yeeep

    • @ImperiumLibertas
      @ImperiumLibertas 7 месяцев назад

      @@jonbikaku6133 for me setting up dotfiles has always been a PITA. Managing multiple different versions for different systems in git gets old quick. Having different scripts for my Mac, Arch, Windows, VPS, and homelab is extremely annoying. Now with Nixos I can create modular system configs and pick the pieces that I want without having to manage different versions using version control. That's a big advantage of home-manager not necessarily exclusive to Nixos but I want to never have to do system maintenance when the OS gets bogged down with left behind artifacts from upgrades and applications.
      Additionally, I have a field computer that if it breaks I'll have no way to fix it. Having a way to roll back to previous versions to ensure that it's always working when I need it is an absolute requirement for me. Nixos makes that possible although not as straightforward to what we're used to with other non declarative linux distros.

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

      Nixos made me stop distro hopping too. If I ever hop again it will be too use Guix, there's no way I'm going back to other distros again.

  • @merthyr1831
    @merthyr1831 9 месяцев назад +37

    NixOS is the new Arch imo. Both with how it fundamentally improves the Linux experience for users at the cost of a higher barrier to entry.
    If Nix was integrated into graphical package managers (which would be easy enough considering you could just proxy Nix commands into GUI framework!) and had decent documentation, it would easily jump beyond the fringes of Linux and into the mainstream of package management. I honestly believe that it's only a matter of time until Nix becomes the default packaging system for the next generation of distributions.

    • @ZaneyOG
      @ZaneyOG  9 месяцев назад +6

      I agree with every single thing you said man. Very well said, thank you for taking the time to comment!

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

    @4:16 "i highly doubt you'll find the one you're looking for ... lacking there" ~ loved that sentence of initial hopelessness followed by an uno reverse

  • @danwilhelm7214
    @danwilhelm7214 10 месяцев назад +12

    Completely agree with your assesment of NixOS. Declarative is the way to go!

  • @Jeff_Seely
    @Jeff_Seely 10 месяцев назад +9

    Thanks Tyler! This is a fantastic primer into the world of the NixOS. I think the part that puts in the "Not for everybody" category isn't that it's difficult. Quite the opposite actually. It is that you need more than average command line command knowledge. But even with that, the devs made it as easy as they could by creating a literate config process. I think it is easy to get it up and running but harder to take full advantage of its awesome capabilities. Its differences with conventional Linux make it a little more difficult. I love how fast it is and it guards you from vulnerabilities. Also, the store is freaking endless!

  • @GregCoolShade
    @GregCoolShade 7 месяцев назад +2

    Ok, nice to know you open to talks about technical stuff. I never heard of NixOS before, I think is wort to investigate

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

      It was but you will have to try and learn else you won't like it

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

    Nix has so much love flying its way lately. And once you take the tentative leap by just dipping a toe into the "nix" realm and after running your first nixos-rebuild switch, then marvelling at the site of the newly installed app, or config change. You as well will become hooked. Safe to say though (hoping not to sound too snobby) You might have to be a fairly seasoned Linux user to appreciate Nix.
    Its truly is a new way of interacting with a system! It's like a new genre.
    "Kinky Linux" (t-shirt design?)
    Love ya work chap

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

    Zeney, you could drop 4 lines in your buildscript, when you copy a file in your shell from one directory to another and the name of the file is exactly the same then it will simply replace the file so there is no need to first remove those 4 files and then copy the new files. The names are exactly the same, by simply copying the new files you will already remove the old files, cp will do that for you. Opposite to a graphical filemanager which typically would handle it a bit differently.

  • @uidx-bob
    @uidx-bob 9 месяцев назад +3

    I love it too. I ran it as my daily driver for a few years. Over the last 6 months I’ve been on Void also love it. I only switched because I’m a distro junky. Buy my next hop will likely be NixOS again.

  • @zeocamo
    @zeocamo 10 месяцев назад +16

    you should setup a flake in your /home/zaney/.dotfiles and your config in that folder(without root permissions), you can have it in git and you can use the mini installer, just you got into a boot clone your config and run 1 command and you got your system up and running.
    it is also so much easier to edited and you can have a desktop and a laptop in the some config.
    it may look like a lot of work but it is easier to go flake as fast as you can.

    • @deidyomega
      @deidyomega 10 месяцев назад +2

      Yeah, managing this stuff through git makes everything way better, if you screw up a simple git revert and reapply and you are safe!

    • @zeocamo
      @zeocamo 10 месяцев назад +3

      @@deidyomega and the fact you don't need to open the files with sudo, and that you can config all your PCs in 1 set of dotfiles.
      and all your scripts get install together with it all.
      the list is endless with flakes

  • @nichtgestalt
    @nichtgestalt 10 месяцев назад +6

    Boy, you are the best! I looked at Nix for a long time but couldn't wrap my head around it easily. But you explained it so nice and easy to understand that even I got the concept! I definitely going to 'steal' some of your configs since I wanted to have an reproducible Linux OS. Also Hyprland looks pretty mature so i think it's time to try it out! I'm very excited where this journey is heading, but I'm pretty thankful for your work! Even though I'm saying this a lot in the past this video of you gets the cake! Awesome work!
    I wish y'all nice holidays and a happy new year!

  • @folksurvival
    @folksurvival 4 месяца назад +1

    Finally got around to installing it yesterday and I'm starting to understand the hype.

  • @ViperLarry-v7p
    @ViperLarry-v7p 9 месяцев назад +4

    NixOS is the easiest distribution I’ve ever used. I feel like using any other distribution will feel much harder because I’d have to look up all the custom instructions to install and configure software instead of just writing a one-liner in the config to enable that piece of software on NixOS.

  • @audio-philia
    @audio-philia 9 месяцев назад +2

    I really love your video man. How did you get those customized system resource monitors like cpu, storage, battery, wi-fi...? I really love those!!!

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

      That’s done with Waybar

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

    If it’s as good as people say, seems like the natural progression of Linux os. The biggest reason why Linux is great is because of package management, no more mucking around with file paths. This is one step better package management and it sounds great! I’m gonna try it out!

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

    just a thing, I think I heard the kitty bell sound at some point, you can actually disable it from home manager with an option, I know it drove me insane

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

    Your waybar looks amazing.... Im currently on arch but ive been looking into nix.

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

    Please create a separate playlist for NixOS stuff.

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

      I’ll do this here soon 😎

  • @Yggdrasil42
    @Yggdrasil42 6 месяцев назад

    The learning curve is steep, even for a professional Linux admin like me, because it's so different from other distros. But I like the declarative nature of it. I used to do that with Puppet but it's certainly easier in NIXOS.

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

    Just to add some clarification, Minimum ISO is for people install on a server that doesn't have any display monitors.

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

      I also use the minimal ISO because my internet is moderately slow and it saved me a few minutes.

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

    I use it at work, its the best distro I have ever used. All the headache of setting up new machines or updating the SOE config is just gone

  • @10leej
    @10leej 10 месяцев назад +2

    I might move back to Nix, been fighting issues with Debian for 5 days now, lmao.

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

      @@darthvader1191 IDK, rolling distros are weird. Who wants their whole system to update? Regular drivers and network stuff should be updated as often as possible, sure, but who want fonts to update with the same frequency? Unless the package manager can differentiate bugfixes from breaking changes, the only thing you're getting for your trouble is an unstable system with incompatibilities. Sign me up...

  • @f1shdude
    @f1shdude 10 месяцев назад +67

    Seems like an OS that's made for business not a single desktop user

    • @ZaneyOG
      @ZaneyOG  10 месяцев назад +35

      Definitely has more benefits in a business use case for sure

    • @franklin_johnson01
      @franklin_johnson01 10 месяцев назад +2

      ​@@ZaneyOG right

    • @Flackon
      @Flackon 10 месяцев назад +72

      Depends. If you’re a single user that wants a specific setup every time, such as a developer, it’s great

    • @MehMeh-mj5hn
      @MehMeh-mj5hn 10 месяцев назад +12

      It's meant for enterprises, they talk about in the live talks. tbh all the main distros are as well, as thats where the money's at.

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

      That's why I switched to it, I've been using nixos for over a year now​@@Flackon

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

    Hi Zaney! Great video. I love how pretty your desktop looks. How would I go about trying to replicate the look of your system starting from a minimal nixos image?

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

      I have a guide on my ZaneyOS repo. Feel free to reach out on Discord 😁

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

      @@ZaneyOG Tysm. That helps a lot! ❤️

  • @KS-wr8ub
    @KS-wr8ub 4 месяца назад

    Haven’t used NixOS and looking to dip my toes in it in the near future. What struck me while watching this, is how do you handle personal data that you’d want persistent between rebuilds? Or will the personal data be left alone and it’s only the OS that’s touched?

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

    I bursted into laughter seeing the first command being neofetch. This couldn’t be more classic. It’s as if unix porn got a voice and got on RUclips.

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

    It looks fun for tinkering but yeah this is not for everyone, especially if you don't install OS regularly on multiple machines. I just have 1 machine where I installed endeavours OS like a year or more so ago, and I am happy :)

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

      id recommend it for laptops then

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

    Great video, made me want to look into nix os. Can't find the link to the repo with your config files though. Edit: Forget what I said, just found it.

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

    Which DE are you using? NixOS allows you to switch easily so I like testing out different types. It's also nice to be able to go back in time without BTRFS and Snapper.

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

      He's using Hyprland 1:10

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

    For the loopback module or kernel or boot modules you can use in the configuration.nix file instead of the hardware-configuration.nix file. Generally, most people should leave the hardware-configuration.nix alone and let the system auto generate it.

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

      I did not know you could manage kernel modules in the regular configuration. Thank you, learn something new all the time!

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

      It's only a matter of taste. I consider drivers hardware configuration and I maintain many of those details in the hardware-configuration.nix file

  • @anasouardini
    @anasouardini 4 месяца назад

    The ironic thing is they don't even have a config file for installing the system, even Arch has the `archinstall` script for automation, I had to make my own script to install NixOS, which leads me to the next problem: NixOS doesn't have a CLI interface to modify the config files; g'dold string manipulation is all you got, which is not ideal.

  • @elgoog-the-third
    @elgoog-the-third 9 месяцев назад

    I liked the concept of NixOS, but not NixOS itself really - it was way too cumbersome. So I switched to Guix. Happy ever since.

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

    As someone who's not familiar with NixOS, I didn't get as much out of this video as I hoped. There was a lot of time spent going through the config files, and then explaining the files inside a repo and then some opinions. I didn't get to see what it's like to install/uninstall packages in Nix, what it means to rebuild, how a declarative system is different from other systems. I basically still have no idea what Nix is all about other than people saying "it's declarative." What does that mean?!

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

      declarative basically is like you write all the packages you need in a file and then the system auto installs everything there. most programming package managers work like that. like cargo or npm.
      on other systems, you run commands to install all programs individually

    • @fge00
      @fge00 6 месяцев назад

      sudo nix-env -i packagename. Things like this are what they somehow never remember to show anyone .because it doesn't show how talented they are. Sometimes all you want is one thing

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

      @@fge00 we don't show nix-env because it's a bad way of doing things in nixos. At that point, there's no reason to use nixos over something like arch. If you want to make using nixos worthwhile, use configuration .nix file

    • @azareii
      @azareii 4 месяца назад

      ​​@@fge00Using nix-env is generally discouraged due to the fact that it disconnects your system from NixOS's declarative nature.
      Adding your programs to configuration.nix will install them when rebuilding with nixos-rebuild.

  • @betopolione.laura.gil.1
    @betopolione.laura.gil.1 9 месяцев назад

    Hey man, thank you for this video. I love how you setup your environment visual. Could you share some tips, like, how to replace the default gnome top bar with this resource monitor and how to enable this round border on the windows? thanks in advance

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

      I am using a tiling window manager / wayland compositor called Hyprland instead of a desktop environment like GNOME. So I have inside it's configuration files, settings for the border colors, animations, rounded borders, etc. Then for the top bar I am using waybar which is a panel or bar that is highly configurable and built for Wayland. Then I have SwayNotificationCenter for notifications and rofi-wayland for my program launcher. So I have a very different work flow than what you might be used to with something like GNOME or KDE. I plan on putting out a video tomorrow covering my system from a beginner or pretty new to Linux ricing perspective. Definitely give that a watch it should clarify a lot. Hope this helped!

    • @betopolione.laura.gil.1
      @betopolione.laura.gil.1 9 месяцев назад +1

      @@ZaneyOG thanks man, I would love to see it. I just discovered what it hyprland thanks to your video. Just one more question: is there any extension for hyprland that do a similiar job as gnome workplaces does? I mean, I just tap SUPER and I see all my desktops, open programs and I can move things everywhere, etc. Thank you so much

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

    tip: don't use sudo inside a shell script, instead check that the current user at the start of the script and require invocation of the script using sudo

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

    hi, what do you use for file icons in kitty when doing ls and such? nice video btw :)

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

      lsd, or ls deluxe ;D

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

    As someone who uses ansible in my dotfiles i think i would love nixos if i was not so tired of distro hopping and setting up my system again

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

    Maybe I'm not your audience. I'm enthusiastic about the subject and after spending 5 precious minutes of my day I had no clue as to why you love Nix and why I need to check it vs. any other distro (which is kind of what I was hoping to see with that title). Thanks for making that video. Keep up the hard work.

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

      Exactly. There's no reason to love this over a regular distro for an average Linux user. Nix has potential for businesses but it's not for the norm

  • @northwanderer800
    @northwanderer800 10 месяцев назад +2

    this may be my daily driver endgame

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

    Trying to move to nixos, it's a little difficult to learn but I'm getting there. This video was very helpful and hope you make more!
    I don't understand your build file. Can't you just use a symlink?

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

      Yes I could symlink everything I need to, I am not doing that just because I didn’t spend more than like 30 seconds on that script lol

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

      @@ZaneyOG haha lol! Looked at your config! Will definitely try it out, looks like a good base to start learning. A lot of configs out there are so complex and nested! Thanks a lot!

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

    Hello! I'm watching your recent live stream videos on nixos. Thanks for them and your dotfiles! A few days ago I grabbed your dotfiles to try and build your nixos system in a VM.
    Recently, I updated it and noticed the flakes were gone - came to the repo to see you moved away from flakes for simplicity - can you say a bit more about why? In a previous video you said they were pretty great. I'm trying to learn more about nix, and would love to hear your opinion. Thanks!

    • @ZaneyOG
      @ZaneyOG  10 месяцев назад +2

      Absolutely, phenomenal idea. That will be my next video.

  • @Flackon
    @Flackon 10 месяцев назад +3

    If you used a flake in a git repo you wouldn’t need any odd script sudo-copying files every time!

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

      I have a flake in a git repo along with a script that patches flake.nix with a new output which is my default config with the current machine's hardware-configuration.nix

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

      @@quickdudley you don’t really need any script for that. Flakes natively support defining multiple hosts as outputs. You can even share the same system config and only vary on the hardware-configuration.nix if you want

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

      @@Flackon I can do it without a script but AFAIK I would still need to copy the new hardware-configuration.nix into the flake directory and make sure flake.nix imports it any time I set up a new machine. The script does that for me.

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

      @@quickdudley you wouldn’t need to. One possible pattern, which I use and I’ve seen some others use, is to have all your hosts configs and hardware configs in the repo. The flake by default picks the current hostname when rebuilding. This workflow doesn’t require extraneos scripts and file copies, just simply git and flakes

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

      @@Flackon you say in your description of that pattern "hosts configs and hardware configs in the repo". My script isn't there to be called during every rebuild it just adds a new host and hardware config to the repo - the pattern you describe is just doing the same thing manually.

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

    how do you get your bar to look like that? im using waybar rn and it looks nice but not as cool as that(yes i have configured it, just not super throughly)

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

      Using border radius in the style.css - if you want me to walk you through it I am available on Discord a lot. 😉

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

      i joined your discord, do i need to dm you or do i post in #tech-support?

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

      Either one is good@@extenos

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

      @@ZaneyOG ok thanks, will do later

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

    I just started using it for the last couple of days and have found it to be superb. I tried to use btrfs and went to the nixos btrfs wiki but they gave incorrect info I just changed /mnt to /mnt/@ and /mnt/home to /mnt/@home and /mnt/nix to /mnt/@nix and it works fine now with timeshift. I'm currently using Gnome and going to move to sway after christmas. I also changed from systemd boot to grub with osprober enabled so I can switch between my nixos and arch i3 build. I love it. I first configured the configuration.nix file in virt-manager arch and when I was satisfied with the config file I copied it to my ventoy usb stick where I can use it in another virt machine or on bare metal..

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

      Glad to hear you and so many others are having fun with NixOS. Besides the documentation, it really is rock solid and fun.

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

    you said a lot but i still understood next to nothing. It's a linux meta-distro? A linux-based image management system?

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

    Hey Zaney, how do you get the nix icons for the files in /etc/nixos when you pulled an ls ?

    • @ZaneyOG
      @ZaneyOG  10 месяцев назад +2

      I use lsd (ls deluxe) aliased to ls. I love it!

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

    I wish they made it easy to use in the usual imperative way, so i could install it and use it as normal distro then slowly learn flakes and other things, the learning curve atm is too steep and the starting documentation is bad

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

    Is this "riced" from the get go? Superb anyway.

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

      Yes, but I will be pushing my new flake setup here soon to my gitlab zaneyos repo. So just install NixOS with any desktop you want then just make sure you got git and enable flakes, clone the repo, go into it, run sudo nixos-rebuild switch --flake ./#workstation or #laptop for my intel laptop setup. You'll have my exact system.
      Hope this helps and thank you for the nice words!

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

      @@ZaneyOG Ok, thank you! I'm coming from PopOS but I just want to try this.

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

    You sounding a little sick. And is NixOS... cool. 😂😂😂

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

    Do you game on NixOS or do you use your steam deck for that.

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

      Yes I do. I like to game on both but my steam deck is really for just when I am on vacation

  • @Ja.KooLit
    @Ja.KooLit 10 месяцев назад

    no polkit?

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

    To me, the name Nix is funny because "Nix" in German is short for "Nichts" which means "nothing". We have a saying "Nix, nix und wieder nix" meaning "nothing, nothing, and then again nothing" xD

  • @anasouardini
    @anasouardini 4 месяца назад

    6:50 bro never heard of folks modifying fstab for all sorts of reasons.

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

    Why does your mic sound so compressed? You're using the podmic arent you?...you sound like you're using a headset mic

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

      It's my new audio interface. I need to get it dialed in and I have just been extremely lazy with fixing it.
      Thank you for mentioning it, at least that way I am not under the impression that it's ok they way it is. Have a fantastic day!

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

      @@ZaneyOGi'm really sensitive to sound quality, the podmic is in my opinion about 80% close to the shure sm7b with the right settings which is the go to youtuber mic. Your content is great tho and i'll always appreciate it when someone wants to put out the best quality content possible for their viewers.

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

    Not required for average Linux user. Maybe good for those who have multiple systems.

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

    Nixos is the new Arch then?

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

      Nope.

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

      seems like it. its already on that level

    • @DCM777.
      @DCM777. 7 месяцев назад

      @@RenderingUser
      For sure not.

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

      @@DCM777. Why not? It's literally got more packages than even the AUR. Only thing it's ever lacking is documentation in certain areas.

  • @anasouardini
    @anasouardini 4 месяца назад

    "Here is why I prefer NixOS: read my config files" 😆

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

    Command line / Terminal Window / interesting command methods / different package managers.... I get all of that. Config Files - not so much. Why isn't there an effort to just include one simple pimple - SINGLE USER DESKTOP ?

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

    I definitely fell your hyprland setup could be better it looks ok but not "extremely stylized".

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

    SO MUCH LOVE IN NIXOS!!!!!

  • @danishamjad5807
    @danishamjad5807 6 месяцев назад

    Seems a bit like Docker but for VMs.

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

    Your system is looking excellent, and it seems like it is going smoothly - I bet it makes sense now as to why NixOS won that vote a couple of times a bit ago 😁
    Also, for the Patreon screen, you should add the second L at the end of my name 😅 (don't worry, it commonly gets dropped by people very often lol)
    Edit: Also, potentially upcoming game development content sounds sweet!

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

      Thanks and yes it does. I will fix your name for the next video. My b brother sorry 😅

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

    So you're using Nixos like a game??? For HS.

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

    What's rhat ls with logos?

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

      That's lsd, ls deluxe - exa is great too

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

    Yeah ! i9 9900 power !

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

    Imagine all these config, but in actual code, instead of a config file. So it can be linted and build for errors.

    • @angeldude101
      @angeldude101 10 месяцев назад +2

      It actually _is_ code! Nix is in fact a full turing-complete functional programming language. It's interpreted and dynamically typed, so there's not as much linting as there could be otherwise though.

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

    "Nix and NixOS are developed and used by a diverse and welcoming community from all around the world.
    The NixOS Foundation aims to promote participation without regard to gender, sexual orientation, disability, ethnicity, age, or similar personal characteristics.
    We want to strive to create and foster community by providing an intentionally welcoming and safe environment where all feel valued and cared for, and where all are given opportunity to participate meaningfully. The Foundation will work with the community in service of this goal."
    I'll pass on any distro with a 'code of conduct' or a 'DEI statement'.

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

      You would have seemed a lot smarter if you'd simply not said that.

  • @bitferret-rx5rn
    @bitferret-rx5rn 9 месяцев назад

    how do I add bluetooth support

    • @azareii
      @azareii 4 месяца назад

      In your configuration.nix:
      hardware.bluetooth = {
      enable = true;
      powerOnBoot = true;
      };
      You'll also prabably want to install blueman outside of where most programs are declared with
      services.blueman.enable = true;

  • @oglothenerd
    @oglothenerd 10 месяцев назад +2

    Matt gave me certified annoying! XD

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

    Seems like an OS for smart people. Ill stick to Arch

  • @VioletJewel1729
    @VioletJewel1729 6 месяцев назад

    nixos is just tradeoffs for me. get a few different features. lose a few features. unfortunately, the features I lose, I prefer by leaps and bounds.

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

    Nix OS is neat.

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

    NixOs is for Guys with a feeling for 1970. Not even a usable Desktop.

    • @RenderingUser
      @RenderingUser 8 месяцев назад +2

      wat??

    • @Yggdrasil42
      @Yggdrasil42 6 месяцев назад

      I just installed it and chose Gnome. The desktop worked out of the box. Not sure what you're on about?

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

    Subscribed because of "et-c" pronunciation.

  • @DavidSmith-ef4eh
    @DavidSmith-ef4eh 9 месяцев назад +3

    well, it's no arch...

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

    Just wait until flakes

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

      Check out my latest video 😉🤣

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

    I'm sure you can't game on it

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

    do you always assume everybody knows what you know and therefore can skip any explanation and just speak to clones of yourself?

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

      No, I just do it sometimes as I have been using Linux for a long time and do have a skewed perspective on what is "common knowledge." I try to do my best to explain and go into detail about what I am talking about, but definitely make mistakes. If you would like to have a discussion about other concepts I need to go into or preface these kinds of videos with please reach out on Discord, would love to talk about how I could improve! Have a good day!

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

      Thanks for your kind reply to my snarky comment@@ZaneyOG It's just that you say that you're going to tell us why you fell in love with Nix OS and then it's just a walkthrough of what you did in your configuration files stating 'things' that if we are not familiar with them have no meaning. I was expecting that by telling me why you fell in love, maybe I could follow your perspective and see why it's so likeable, in your eyes... and maybe try it. Going straight in the minutiae of some settings and sub-settings didn't seem in-line with the intentions you stated yourself for the video - or the title "basic introduction". I'm looking forward to seeing more of your content, just hoping introduction in title = introduction in content ;-) Thanks for showing up!

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

      adding to this - I see comments here that say that NixOS made them stop distro-hopping and that is what I would like - just stop with the endless comparisons and find 'my distro' that I'd become good at and have that 'shoe that fits well' feeling of having found my place in the jungle-like-linux-world... just saying.

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

      Had the exact same thought. Just a clickbait title.

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

    More annoying than Arch users?

    • @jamesrdorn
      @jamesrdorn 7 месяцев назад

      Hey! I use Arch (Btw)!

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

    Fwiw, nothing bad happens if you move your current /etc/nixos aside as a backup then "sudo ln -s /place/to/your/vc/controlled/nixos /etc/nixos"

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

    don't need you to tell me to like and subscribe, if I want to, I will, otherwise I don't want to hear, don't care if it helps your channel, lots of channels on the net that don't tell me what to do

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

      Have a wonderful rest of the day, thanks for commenting!

  • @ajmasia
    @ajmasia 6 месяцев назад

    Me too @zaney ;-)