mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
chore: remove inline noweb-references
This does not work.
This commit is contained in:
parent
c1517c1ae1
commit
59c3cb77ae
3 changed files with 79 additions and 89 deletions
26
index.html
26
index.html
|
|
@ -3,7 +3,7 @@
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2024-12-10 Di 23:56 -->
|
||||
<!-- 2024-12-11 Mi 00:05 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>SwarselSystems: NixOS + Emacs Configuration</title>
|
||||
|
|
@ -353,7 +353,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<p>
|
||||
<b>This file has 50438 words spanning 13201 lines and was last revised on 2024-12-10 23:56:41 +0100.</b>
|
||||
<b>This file has 50438 words spanning 13199 lines and was last revised on 2024-12-11 00:05:08 +0100.</b>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
@ -403,7 +403,7 @@ This section defines my Emacs configuration. For a while, I considered to use ry
|
|||
</p>
|
||||
|
||||
<p>
|
||||
My emacs is built using the emacs-overlay nix flake, which builds a bleeding edge emacs on wayland (pgtk) with utilities like treesitter support. By executing the below source block, the current build setting can be updated at any time, and you can see my most up-to-date build options (last updated: 2024-12-10 23:56:41 +0100)
|
||||
My emacs is built using the emacs-overlay nix flake, which builds a bleeding edge emacs on wayland (pgtk) with utilities like treesitter support. By executing the below source block, the current build setting can be updated at any time, and you can see my most up-to-date build options (last updated: 2024-12-11 00:05:08 +0100)
|
||||
</p></li>
|
||||
</ul>
|
||||
|
||||
|
|
@ -961,9 +961,8 @@ This sections puts together the <code>flake.nix</code> file from the <a href="#h
|
|||
];
|
||||
|
||||
|
||||
nixosConfigurations =
|
||||
nixosConfigurations = mkFullHostConfigs (readHosts "nixos") true;
|
||||
nixosConfigurations =
|
||||
nixosConfigurations =
|
||||
mkFullHostConfigs (readHosts "nixos") true;
|
||||
|
||||
homeConfigurations = {
|
||||
|
||||
|
|
@ -977,9 +976,8 @@ This sections puts together the <code>flake.nix</code> file from the <a href="#h
|
|||
|
||||
};
|
||||
|
||||
darwinConfigurations =
|
||||
darwinConfigurations = mkFullHostConfigs (readHosts "darwin") false;
|
||||
darwinConfigurations =
|
||||
darwinConfigurations =
|
||||
mkFullHostConfigs (readHosts "darwin") false;
|
||||
|
||||
nixOnDroidConfigurations = {
|
||||
|
||||
|
|
@ -1367,9 +1365,7 @@ Note: The preceding <code>nixosConfigurations</code> is found in <a href="#h:aee
|
|||
|
||||
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-nix">
|
||||
mkFullHostConfigs (readHosts "nixos") true;
|
||||
|
||||
<pre class="src src-nix">mkFullHostConfigs (readHosts "nixos") true;
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -1387,9 +1383,7 @@ Note: The preceding <code>darwinConfigurations</code> is found in <a href="#h:ae
|
|||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-nix">
|
||||
mkFullHostConfigs (readHosts "darwin") false;
|
||||
|
||||
<pre class="src src-nix">mkFullHostConfigs (readHosts "darwin") false;
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -14548,7 +14542,7 @@ Prints a reasuring message to proove good faith."
|
|||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: Leon Schwarzäugl</p>
|
||||
<p class="date">Created: 2024-12-10 Di 23:56</p>
|
||||
<p class="date">Created: 2024-12-11 Mi 00:05</p>
|
||||
<p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue