myWebsite

Built with Hugo and a modified version of the risotto theme.
Log | Files | Refs

index.html (4556B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 
      4     <head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><title>Getting Started With Nix &ndash; Fedor_Vinogradov</title>
      5 <meta name="description" content="I prefer matrix over anything.">
      6 
      7 <meta name="viewport" content="width=device-width, initial-scale=1">
      8 <meta charset="UTF-8"/>
      9 
     10 
     11 
     12 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
     13 
     14 
     15 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.4/css/academicons.min.css" integrity="sha512-IW0nhlW5MgNydsXJO40En2EoCkTTjZhI3yuODrZIc8cQ4h1XcF53PsqDHa09NqnkXuIe0Oiyyj171BqZFwISBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
     16 
     17 
     18 <link rel="stylesheet" href="http://localhost:1313/css/palettes/nord-dark.css">
     19 <link rel="stylesheet" href="http://localhost:1313/css/risotto.css">
     20 <link rel="stylesheet" href="http://localhost:1313/css/custom.css">
     21 
     22 
     23 
     24 
     25 
     26 
     27 
     28 
     29 
     30 
     31 </head>
     32 
     33     <body>
     34         <div class="page">
     35 
     36             <header class="page__header"><nav class="page__nav main-nav">
     37     <ul>
     38       <li class="nomarker"><h1 class="page__logo"><a href="http://localhost:1313/" class="page__logo-inner">Fedor_Vinogradov</a></h1></li>
     39     
     40     
     41     <li class="main-nav__item"><a class="nav-main-item" href="http://localhost:1313/projects/" title="">Projects</a></li>
     42     
     43     <li class="main-nav__item"><a class="nav-main-item" href="http://localhost:1313/posts/" title="">Posts</a></li>
     44     
     45     </ul>
     46 </nav>
     47 
     48 </header>
     49 
     50             <section class="page__body">
     51     <header class="content__header">
     52         <h1>Getting Started With Nix</h1>
     53     </header>
     54     <div class="content__body">
     55         <h2 id="what-even-is-nix">What even is Nix?</h2>
     56 <p>Nix is know for being really hard to get into due to its system being compeltely different from other distros and package managers. See even the last sentece is wired, but makes perfect sence in the nix world.</p>
     57 <p>lets get some things straight, nix is a programming language, a package manager and a operating system. but none of them are &hellip; eachother, but they are all nix.</p>
     58 <p>now that you are fully confused, lets unravel this mess.</p>
     59 <p><img src="/images/theDeclarativeTrinity.png" alt="the nix triangle"></p>
     60 <p>hope this image clarified some part of it.</p>
     61 <h2 id="nix-the-programming-language">Nix the programming language</h2>
     62 <p>Nix is a functional programming language, that is used to define packages and configurations. It is a lazy language, meaning that it only evaluates expressions when they are needed.</p>
     63 
     64     </div>
     65     <footer class="content__footer"></footer>
     66 
     67             </section>
     68 
     69             <section class="page__aside">
     70                 <div class="aside__about">
     71 <div class="aside__about">
     72     
     73     
     74 <h1 class="about__title">My Socials</h1>
     75 <p class="about__description">I prefer matrix over anything.</p>
     76 </div>
     77 
     78 
     79 <ul class="aside__social-links">
     80     
     81     <li>
     82         <a href="" rel="me" aria-label="SourceHut" title="SourceHut"><i class="fa-regular fa-circle" aria-hidden="true"></i></a>&nbsp;
     83     </li>
     84     
     85     <li>
     86         <a href="https://matrix.to/#/@fedorvin:matrix.org" rel="me" aria-label="Matrix" title="Matrix"><i class="fa-regular fa-comment" aria-hidden="true"></i></a>&nbsp;
     87     </li>
     88     
     89     <li>
     90         <a href="/index.xml" rel="me" aria-label="RSS" title="RSS"><i class="fa-solid fa-rss" aria-hidden="true"></i></a>&nbsp;
     91     </li>
     92     
     93     <li>
     94         <a href="mailto:vino-f@pm.me" rel="me" aria-label="Email" title="Email"><i class="fa-regular fa-envelope" aria-hidden="true"></i></a>&nbsp;
     95     </li>
     96     
     97     <li>
     98         <a href="https://linkedin.com/in/fedor-vinogradov-b4454219a" rel="me" aria-label="LinkedIn" title="LinkedIn"><i class="fa-brands fa-linkedin-in" aria-hidden="true"></i></a>&nbsp;
     99     </li>
    100     
    101 </ul>
    102 </div>
    103                 <hr>
    104                 <div class="aside__content">
    105     <p>understanding how nix and nixos work</p>
    106     
    107 
    108     
    109 
    110 		    <hr>
    111 		    <nav id="TableOfContents">
    112   <ul>
    113     <li><a href="#what-even-is-nix">What even is Nix?</a></li>
    114     <li><a href="#nix-the-programming-language">Nix the programming language</a></li>
    115   </ul>
    116 </nav>
    117 		    <hr>
    118                 </div>
    119             </section>
    120 
    121             <footer class="page__footer">
    122 <p class="copyright"></p>
    123 </footer>
    124 
    125         </div>
    126     </body>
    127 
    128 </html>