🏳️🌈🎃🇧🇷Luana🇧🇷🎃🏳️🌈<p><span class="h-card" translate="no"><a href="https://mastodon.social/@mcc" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>mcc</span></a></span> To get a system exactly like my current one (except for compiz configs, which aren’t made via nix) all I need to do is </p><pre><code>git clone [link]<br>cd [repo]<br>sudo nixos-rebuild switch --flake .#Luana-X670E --impure<br></code></pre><p>The <code>Luana-X670E</code> part would only be needed 1st time, since afterwards the hostname would be set by the config.</p><p>After making changes to my config file, all I need to do is <code>sudo nixos-rebuild switch --flake . --impure</code>. Updating my system is <code>nix flake update</code> followed by a rebuild.</p>