-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
112 lines (92 loc) · 3.95 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en" class="without-js">
<head>
<title>Home | Jovian-NixOS</title>
<base href="." />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0" />
<link rel="stylesheet" href="styles/index.css" type="text/css" />
<script>
var html = document.documentElement;
html.className = html.className.replace("without-js", "with-js");
</script>
</head>
<body class="path--index-html">
<header>
<div>
<h1><a href="index.html">Jovian-NixOS</a></h1>
<nav>
<ul>
<li><a href="getting-started.html" class="-getting-started">Getting Started</a></li>
<li><a href="in-depth.html" class="-in-depth">In Depth</a></li>
<li><a href="options.html" class="-options">Options</a></li>
<li><a href="packages.html" class="-packages">Packages</a></li>
<li><a href="contributing.html" class="-contributing">Contributing</a></li>
<li><a href="search.html" class="-search">Search</a></li>
</ul>
</nav>
</div>
</header>
<main>
<div class="generic-layout">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body>
<h1>Home</h1>
<!--
NOTE: This page also serves as the index page of the website!!
Its docs-folder-relative links will be rewritten accordingly.
HTML may be used to hide elements from the main website, be mindful about it.
-->
<div class="for-github -title homepage-title">
<div align="center"><h1>Jovian NixOS</h1></div>
<div align="center"><strong><em>NixOS on the Steam Deck</em></strong></div>
</div>
<div class="for-github -unneeded">
<hr>
</div>
<div class="homepage-hero">
<h2>What is Jovian NixOS?</h2>
<p>A set of packages and configurations for running NixOS on the <a href="https://www.steamdeck.com">Steam Deck</a>.</p>
<p>This repo is also useful for obtaining a Steam Deck-like experience on other <code>x86_64</code> devices.</p>
</div>
<div class="for-github -unneeded">
<hr>
</div>
<h2>Pointers to helpful pages</h2>
<ul>
<li>The <a href="getting-started.html">Getting Started</a> page may be your first stop.</li>
<li>The <a href="configuration.html">Configuration</a> page guides you into configuring your system.</li>
<li>The <a href="options.html">Options</a> is good to know all that you can do.</li>
</ul>
<div class="for-github -unneeded">
<hr>
</div>
<h2>Who are we?</h2>
<p>Most <a href="https://github.com/Jovian-Experiments/Jovian-NixOS/graphs/contributors">contributors</a> here are also contributors to the <a href="https://github.com/NixOS/nixpkgs">Nixpkgs, and NixOS Linux</a> ecosystem.</p>
<p>We're a few peeps that want to keep their Steam Deck useful as a gaming device, while also benefiting from NixOS.</p>
<h2>Can I help?</h2>
<p>Probably!</p>
<p>See the <a href="contributing.html">contributing</a> page.</p>
<h2>How do I reach any of you?</h2>
<p>For support, don't hesitate <a href="https://github.com/Jovian-Experiments/Jovian-NixOS/issues">to file an issue</a>, questions are accepted.</p>
<p>For chatting about the project <a href="https://matrix.to/#/#Jovian-Experiments:matrix.org">the matrix room at #Jovian-Experiments:matrix.org</a> is where we hang out.</p>
<p>For other purposes, contact the developers via e-mail.</p>
<p>For obfuscation, see these raw commits which contain the relevant e-mail address at the top:</p>
<ul>
<li><a href="https://github.com/Jovian-Experiments/Jovian-NixOS/commit/af7041f1e92d6d4e1e04e6e4f9ec6e301d2b8e01.patch">@samueldr (Samuel Dionne-Riel)</a></li>
</ul>
</body></html>
</div>
</main>
<footer>
<div>
<nav>
<ul>
<li><a href="sitemap.html">Sitemap</a></li>
<li><a href="https://github.com/Jovian-Experiments/Jovian-NixOS/edit/development/docs/../README.md">Edit this page</a></li>
</ul>
</nav>
</div>
</footer>
</body>
</html>