1926 lines
69 KiB
HTML
1926 lines
69 KiB
HTML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||
<head>
|
||
<!-- 2026-03-06 vr 23:27 -->
|
||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<title>Droidnix: A Dendritic NixOS + Home Manager Configuration NixOS Configuration Structure</title>
|
||
<meta name="author" content="Henro Veijer" />
|
||
<meta name="generator" content="Org Mode" />
|
||
<style type="text/css">
|
||
#content { max-width: 60em; margin: auto; }
|
||
.title { text-align: center;
|
||
margin-bottom: .2em; }
|
||
.subtitle { text-align: center;
|
||
font-size: medium;
|
||
font-weight: bold;
|
||
margin-top:0; }
|
||
.todo { font-family: monospace; color: red; }
|
||
.done { font-family: monospace; color: green; }
|
||
.priority { font-family: monospace; color: orange; }
|
||
.tag { background-color: #eee; font-family: monospace;
|
||
padding: 2px; font-size: 80%; font-weight: normal; }
|
||
.timestamp { color: #bebebe; }
|
||
.timestamp-kwd { color: #5f9ea0; }
|
||
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
|
||
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
|
||
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
|
||
.underline { text-decoration: underline; }
|
||
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
|
||
p.verse { margin-left: 3%; }
|
||
pre {
|
||
border: 1px solid #e6e6e6;
|
||
border-radius: 3px;
|
||
background-color: #f2f2f2;
|
||
padding: 8pt;
|
||
font-family: monospace;
|
||
overflow: auto;
|
||
margin: 1.2em;
|
||
}
|
||
pre.src {
|
||
position: relative;
|
||
overflow: auto;
|
||
}
|
||
pre.src:before {
|
||
display: none;
|
||
position: absolute;
|
||
top: -8px;
|
||
right: 12px;
|
||
padding: 3px;
|
||
color: #555;
|
||
background-color: #f2f2f299;
|
||
}
|
||
pre.src:hover:before { display: inline; margin-top: 14px;}
|
||
/* Languages per Org manual */
|
||
pre.src-asymptote:before { content: 'Asymptote'; }
|
||
pre.src-awk:before { content: 'Awk'; }
|
||
pre.src-authinfo::before { content: 'Authinfo'; }
|
||
pre.src-C:before { content: 'C'; }
|
||
/* pre.src-C++ doesn't work in CSS */
|
||
pre.src-clojure:before { content: 'Clojure'; }
|
||
pre.src-css:before { content: 'CSS'; }
|
||
pre.src-D:before { content: 'D'; }
|
||
pre.src-ditaa:before { content: 'ditaa'; }
|
||
pre.src-dot:before { content: 'Graphviz'; }
|
||
pre.src-calc:before { content: 'Emacs Calc'; }
|
||
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
|
||
pre.src-fortran:before { content: 'Fortran'; }
|
||
pre.src-gnuplot:before { content: 'gnuplot'; }
|
||
pre.src-haskell:before { content: 'Haskell'; }
|
||
pre.src-hledger:before { content: 'hledger'; }
|
||
pre.src-java:before { content: 'Java'; }
|
||
pre.src-js:before { content: 'Javascript'; }
|
||
pre.src-latex:before { content: 'LaTeX'; }
|
||
pre.src-ledger:before { content: 'Ledger'; }
|
||
pre.src-lisp:before { content: 'Lisp'; }
|
||
pre.src-lilypond:before { content: 'Lilypond'; }
|
||
pre.src-lua:before { content: 'Lua'; }
|
||
pre.src-matlab:before { content: 'MATLAB'; }
|
||
pre.src-mscgen:before { content: 'Mscgen'; }
|
||
pre.src-ocaml:before { content: 'Objective Caml'; }
|
||
pre.src-octave:before { content: 'Octave'; }
|
||
pre.src-org:before { content: 'Org mode'; }
|
||
pre.src-oz:before { content: 'OZ'; }
|
||
pre.src-plantuml:before { content: 'Plantuml'; }
|
||
pre.src-processing:before { content: 'Processing.js'; }
|
||
pre.src-python:before { content: 'Python'; }
|
||
pre.src-R:before { content: 'R'; }
|
||
pre.src-ruby:before { content: 'Ruby'; }
|
||
pre.src-sass:before { content: 'Sass'; }
|
||
pre.src-scheme:before { content: 'Scheme'; }
|
||
pre.src-screen:before { content: 'Gnu Screen'; }
|
||
pre.src-sed:before { content: 'Sed'; }
|
||
pre.src-sh:before { content: 'shell'; }
|
||
pre.src-sql:before { content: 'SQL'; }
|
||
pre.src-sqlite:before { content: 'SQLite'; }
|
||
/* additional languages in org.el's org-babel-load-languages alist */
|
||
pre.src-forth:before { content: 'Forth'; }
|
||
pre.src-io:before { content: 'IO'; }
|
||
pre.src-J:before { content: 'J'; }
|
||
pre.src-makefile:before { content: 'Makefile'; }
|
||
pre.src-maxima:before { content: 'Maxima'; }
|
||
pre.src-perl:before { content: 'Perl'; }
|
||
pre.src-picolisp:before { content: 'Pico Lisp'; }
|
||
pre.src-scala:before { content: 'Scala'; }
|
||
pre.src-shell:before { content: 'Shell Script'; }
|
||
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
|
||
/* additional language identifiers per "defun org-babel-execute"
|
||
in ob-*.el */
|
||
pre.src-cpp:before { content: 'C++'; }
|
||
pre.src-abc:before { content: 'ABC'; }
|
||
pre.src-coq:before { content: 'Coq'; }
|
||
pre.src-groovy:before { content: 'Groovy'; }
|
||
/* additional language identifiers from org-babel-shell-names in
|
||
ob-shell.el: ob-shell is the only babel language using a lambda to put
|
||
the execution function name together. */
|
||
pre.src-bash:before { content: 'bash'; }
|
||
pre.src-csh:before { content: 'csh'; }
|
||
pre.src-ash:before { content: 'ash'; }
|
||
pre.src-dash:before { content: 'dash'; }
|
||
pre.src-ksh:before { content: 'ksh'; }
|
||
pre.src-mksh:before { content: 'mksh'; }
|
||
pre.src-posh:before { content: 'posh'; }
|
||
/* Additional Emacs modes also supported by the LaTeX listings package */
|
||
pre.src-ada:before { content: 'Ada'; }
|
||
pre.src-asm:before { content: 'Assembler'; }
|
||
pre.src-caml:before { content: 'Caml'; }
|
||
pre.src-delphi:before { content: 'Delphi'; }
|
||
pre.src-html:before { content: 'HTML'; }
|
||
pre.src-idl:before { content: 'IDL'; }
|
||
pre.src-mercury:before { content: 'Mercury'; }
|
||
pre.src-metapost:before { content: 'MetaPost'; }
|
||
pre.src-modula-2:before { content: 'Modula-2'; }
|
||
pre.src-pascal:before { content: 'Pascal'; }
|
||
pre.src-ps:before { content: 'PostScript'; }
|
||
pre.src-prolog:before { content: 'Prolog'; }
|
||
pre.src-simula:before { content: 'Simula'; }
|
||
pre.src-tcl:before { content: 'tcl'; }
|
||
pre.src-tex:before { content: 'TeX'; }
|
||
pre.src-plain-tex:before { content: 'Plain TeX'; }
|
||
pre.src-verilog:before { content: 'Verilog'; }
|
||
pre.src-vhdl:before { content: 'VHDL'; }
|
||
pre.src-xml:before { content: 'XML'; }
|
||
pre.src-nxml:before { content: 'XML'; }
|
||
/* add a generic configuration mode; LaTeX export needs an additional
|
||
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
|
||
pre.src-conf:before { content: 'Configuration File'; }
|
||
|
||
table { border-collapse:collapse; }
|
||
caption.t-above { caption-side: top; }
|
||
caption.t-bottom { caption-side: bottom; }
|
||
td, th { vertical-align:top; }
|
||
th.org-right { text-align: center; }
|
||
th.org-left { text-align: center; }
|
||
th.org-center { text-align: center; }
|
||
td.org-right { text-align: right; }
|
||
td.org-left { text-align: left; }
|
||
td.org-center { text-align: center; }
|
||
dt { font-weight: bold; }
|
||
.footpara { display: inline; }
|
||
.footdef { margin-bottom: 1em; }
|
||
.figure { padding: 1em; }
|
||
.figure p { text-align: center; }
|
||
.equation-container {
|
||
display: table;
|
||
text-align: center;
|
||
width: 100%;
|
||
}
|
||
.equation {
|
||
vertical-align: middle;
|
||
}
|
||
.equation-label {
|
||
display: table-cell;
|
||
text-align: right;
|
||
vertical-align: middle;
|
||
}
|
||
.inlinetask {
|
||
padding: 10px;
|
||
border: 2px solid gray;
|
||
margin: 10px;
|
||
background: #ffffcc;
|
||
}
|
||
#org-div-home-and-up
|
||
{ text-align: right; font-size: 70%; white-space: nowrap; }
|
||
textarea { overflow-x: auto; }
|
||
.linenr { font-size: smaller }
|
||
.code-highlighted { background-color: #ffff00; }
|
||
.org-info-js_info-navigation { border-style: none; }
|
||
#org-info-js_console-label
|
||
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
|
||
.org-info-js_search-highlight
|
||
{ background-color: #ffff00; color: #000000; font-weight: bold; }
|
||
.org-svg { }
|
||
</style>
|
||
<style>pre.src { background-color: #1e1e2e; color: #cdd6f4; padding: 1em; border-radius: 4px; }</style>
|
||
<script src="https://cdn.jsdelivr.net/npm/tree.js@1.0.0/dist/tree.min.js"></script>
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tree.js@1.0.0/dist/tree.min.css">
|
||
</head>
|
||
<body>
|
||
<div id="content" class="content">
|
||
<h1 class="title">Droidnix: A Dendritic NixOS + Home Manager Configuration NixOS Configuration Structure</h1>
|
||
<div id="table-of-contents" role="doc-toc">
|
||
<h2>Table of Contents</h2>
|
||
<div id="text-table-of-contents" role="doc-toc">
|
||
<ul>
|
||
<li><a href="#org0e056f3">Shortcuts</a></li>
|
||
<li><a href="#introduction">Introduction   <span class="tag"><span class="intro">intro</span></span></a>
|
||
<ul>
|
||
<li><a href="#orgf129e18">What is Droidnix</a>
|
||
<ul>
|
||
<li><a href="#org460a662">Installed components:</a></li>
|
||
<li><a href="#org18aeeef">Goals, project Structure, import hierarchy</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#orge1289c2">Root Level</a></li>
|
||
<li><a href="#org2e7a3ac">Generated Structure</a>
|
||
<ul>
|
||
<li><a href="#orga6185f1">System (<code>generated/system/</code>)</a>
|
||
<ul>
|
||
<li><a href="#org0ab72b3">Applications (<code>applications/</code>)</a></li>
|
||
<li><a href="#orgf63abef">Development (<code>development/</code>)</a></li>
|
||
<li><a href="#orge2b86ed">System Management (<code>system_management/</code>)</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#org27f34bc">Hyprland (<code>generated/hyprland/</code>)</a></li>
|
||
<li><a href="#orgd041baa">MangoWC (<code>generated/mangowc/</code>)</a></li>
|
||
<li><a href="#org5ddb62b">First Setup</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#the-assets-folder">The Assets Folder   <span class="tag"><span class="assets">assets</span></span></a>
|
||
<ul>
|
||
<li><a href="#orge1f7f09"><code>.assets/common/</code></a></li>
|
||
<li><a href="#orge2e73d3"><code>.assets/hyprland/</code></a></li>
|
||
<li><a href="#org1ca6be4"><code>.assets/mangowc/</code></a></li>
|
||
<li><a href="#org8968f38"><code>.assets/machines/</code></a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#the-actual-code">The Actual Code   <span class="tag"><span class="code">code</span></span></a>
|
||
<ul>
|
||
<li><a href="#orgf9ecfb7"><code>flake.nix</code></a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#org9704d3c">First the nix-files that flake really needs and that do not fit wel in the hierarchical structure</a>
|
||
<ul>
|
||
<li><a href="#org8e35c96"><code>assets/flake/users/henrov.nix</code></a></li>
|
||
<li><a href="#org1700d88"><code>assets/flake/terminal_shell/devshell.nix</code></a></li>
|
||
<li><a href="#orgc79012f"><code>assets/flake/machines/traveldroid/top.nix</code></a></li>
|
||
<li><a href="#org3538536"><code>assets/flake/machines/traveldroid/boot.nix</code></a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#org36a4472">Now we reach the top of the hierarchy which will call all other imports</a>
|
||
<ul>
|
||
<li><a href="#org50fbaf1"><code>generated/top.nix</code></a></li>
|
||
<li><a href="#org109b110"><code>generated/hyprland/top.nix</code></a></li>
|
||
<li><a href="#org94dc994"><code>generated/mangowc/top.nix</code></a></li>
|
||
<li><a href="#org4c1e1fa"><code>generated/system/top.nix</code></a></li>
|
||
<li><a href="#org3cfda8c"><code>generated/system/applications/top.nix</code></a></li>
|
||
<li><a href="#orga729ba3"><code>generated/system/development/top.nix</code></a></li>
|
||
<li><a href="#orgb7fb9ff"><code>generated/system/system_management/top.nix</code></a></li>
|
||
<li><a href="#org10b922a"><code>generated/hyprland/animations_effects/top.nix</code></a></li>
|
||
<li><a href="#org25e2726"><code>generated/hyprland/decorations/top.nix</code></a></li>
|
||
<li><a href="#org0f3a47d"><code>generated/hyprland/keyboard_binds/top.nix</code></a></li>
|
||
<li><a href="#org7650db7"><code>generated/hyprland/notifications/top.nix</code></a></li>
|
||
<li><a href="#org5386346"><code>generated/hyprland/statusbar_tray/top.nix</code></a></li>
|
||
<li><a href="#org1b9cefe"><code>generated/hyprland/task_launcher/top.nix</code></a></li>
|
||
<li><a href="#org5e28b35"><code>generated/hyprland/task_window_workspace_switcher/top.nix</code></a></li>
|
||
<li><a href="#orga53124b"><code>generated/hyprland/window_rules/top.nix</code></a></li>
|
||
<li><a href="#org888b77c"><code>generated/mangowc/animations_effects/top.nix</code></a></li>
|
||
<li><a href="#orgce5bfd9"><code>generated/mangowc/decorations/top.nix</code></a></li>
|
||
<li><a href="#org264bcda"><code>generated/mangowc/keyboard_binds/top.nix</code></a></li>
|
||
<li><a href="#orga73f7e8"><code>generated/mangowc/notifications/top.nix</code></a></li>
|
||
<li><a href="#orge923149"><code>generated/mangowc/statusbar_tray/top.nix</code></a></li>
|
||
<li><a href="#orge30dd1c"><code>generated/mangowc/task_launcher/top.nix</code></a></li>
|
||
<li><a href="#orge24bdf9"><code>generated/mangowc/task_window_workspace_switcher/top.nix</code></a></li>
|
||
<li><a href="#org44d0c68"><code>generated/mangowc/window_rules/top.nix</code></a></li>
|
||
<li><a href="#org38ff25c"><code>generated/system/applications/accessibility/top.nix</code></a></li>
|
||
<li><a href="#org8c52d44"><code>generated/system/applications/file_management/top.nix</code></a></li>
|
||
<li><a href="#org2af94c8"><code>generated/system/applications/gaming/top.nix</code></a></li>
|
||
<li><a href="#org4fd3184"><code>generated/system/applications/media_playback_editing/top.nix</code></a></li>
|
||
<li><a href="#orgb753bf2"><code>generated/system/applications/office_productivity/top.nix</code></a></li>
|
||
<li><a href="#orgca4cd69"><code>generated/system/applications/terminal_shell/top.nix</code></a></li>
|
||
<li><a href="#org42851b2"><code>generated/system/development/databases/top.nix</code></a></li>
|
||
<li><a href="#org5eadd4a"><code>generated/system/development/devops_ci_cd/top.nix</code></a></li>
|
||
<li><a href="#orgd0d8aef"><code>generated/system/development/programming_languages/top.nix</code></a></li>
|
||
<li><a href="#orge219a37"><code>generated/system/development/virtualization/top.nix</code></a></li>
|
||
<li><a href="#orgc5a6d44"><code>generated/system/development/web_development/top.nix</code></a></li>
|
||
<li><a href="#orgd053f5f"><code>generated/system/system_management/audio/top.nix</code></a></li>
|
||
<li><a href="#org08e2ca3"><code>generated/system/system_management/backups/top.nix</code></a></li>
|
||
<li><a href="#org5d80bb5"><code>generated/system/system_management/bluetooth/top.nix</code></a></li>
|
||
<li><a href="#org85c21d9"><code>generated/system/system_management/disk_management/top.nix</code></a></li>
|
||
<li><a href="#org454a91b"><code>generated/system/system_management/hardware_sensors/top.nix</code></a></li>
|
||
<li><a href="#org46433c0"><code>generated/system/system_management/logging_monitoring/top.nix</code></a></li>
|
||
<li><a href="#orgeef601e"><code>generated/system/system_management/login_manager/top.nix</code></a></li>
|
||
<li><a href="#orgc2f4525"><code>generated/system/system_management/monitor_setup/top.nix</code></a></li>
|
||
<li><a href="#orgec51916"><code>generated/system/system_management/networking/top.nix</code></a></li>
|
||
<li><a href="#orgcaec0af"><code>generated/system/system_management/power_management/top.nix</code></a></li>
|
||
<li><a href="#orge50def5"><code>generated/system/system_management/printers_scanners/top.nix</code></a></li>
|
||
<li><a href="#orgc539184"><code>generated/system/system_management/security/top.nix</code></a></li>
|
||
<li><a href="#orgd7f1634"><code>generated/system/system_management/system_updates/top.nix</code></a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org0e056f3" class="outline-2">
|
||
<h2 id="org0e056f3">Shortcuts</h2>
|
||
<div class="outline-text-2" id="text-org0e056f3">
|
||
<p>
|
||
<a href="#introduction">Introduction</a>
|
||
<a href="#the-assets-folder">The Assets Folder</a>
|
||
<a href="#the-actual-code">The Actual Code</a>
|
||
</p>
|
||
|
||
<p>
|
||
—
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-introduction" class="outline-2">
|
||
<h2 id="introduction">Introduction   <span class="tag"><span class="intro">intro</span></span></h2>
|
||
<div class="outline-text-2" id="text-introduction">
|
||
</div>
|
||
<div id="outline-container-orgf129e18" class="outline-3">
|
||
<h3 id="orgf129e18">What is Droidnix</h3>
|
||
<div class="outline-text-3" id="text-orgf129e18">
|
||
<p>
|
||
Droidnix is a modular, declarative NixOS + Home Manager configuration system. It allows users to choose between <code>Hyprland</code> and <code>Mangowc</code> as their window manager, with shared and WM-specific configurations managed via Emacs Org and Nix Flakes. The project is designed for reproducibility, maintainability, and cross-machine compatibility.
|
||
</p>
|
||
</div>
|
||
<div id="outline-container-org460a662" class="outline-4">
|
||
<h4 id="org460a662">Installed components:</h4>
|
||
<div class="outline-text-4" id="text-org460a662">
|
||
</div>
|
||
<ul class="org-ul">
|
||
<li><a id="orge8e5d9d"></a>Core<br /></li>
|
||
<li><a id="orgc3866b4"></a>Hyprland<br /></li>
|
||
<li><a id="orgfbb9423"></a>Mangowc<br /></li>
|
||
</ul>
|
||
</div>
|
||
<div id="outline-container-org18aeeef" class="outline-4">
|
||
<h4 id="org18aeeef">Goals, project Structure, import hierarchy</h4>
|
||
<div class="outline-text-4" id="text-org18aeeef">
|
||
<p>
|
||
This project uses a <b><b>modular NixOS configuration</b></b> with <b><b>Hyprland</b></b> and <b><b>MangoWC</b></b> support, designed for <b><b>literate programming</b></b> and <b><b>cross-device reusability</b></b>.
|
||
The Droidnix repository is organized into two main parts:
|
||
</p>
|
||
<ol class="org-ol">
|
||
<li><code>.assets/</code>: Static, non-generated files (e.g., configs, scripts, themes).</li>
|
||
<li>Generated folders (<code>common</code>, <code>hyprland</code>, <code>mangowc</code>): NixOS and Home Manager configurations, generated from Org files.</li>
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orge1289c2" class="outline-2">
|
||
<h2 id="orge1289c2">Root Level</h2>
|
||
<div class="outline-text-2" id="text-orge1289c2">
|
||
<ul class="org-ul">
|
||
<li><code>flake.nix</code> is the entry point and imports:
|
||
<ul class="org-ul">
|
||
<li><code>generated/system/</code></li>
|
||
<li><code>generated/hyprland/</code></li>
|
||
<li><code>generated/mangowc/</code></li>
|
||
<li>Machine-specific configurations from <code>assets/machines/</code></li>
|
||
</ul></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org2e7a3ac" class="outline-2">
|
||
<h2 id="org2e7a3ac">Generated Structure</h2>
|
||
<div class="outline-text-2" id="text-org2e7a3ac">
|
||
<p>
|
||
The <code>generated/</code> directory contains all generated configurations, divided into three main groups: <code>system</code>, <code>hyprland</code>, and <code>mangowc</code>.
|
||
</p>
|
||
</div>
|
||
<div id="outline-container-orga6185f1" class="outline-3">
|
||
<h3 id="orga6185f1">System (<code>generated/system/</code>)</h3>
|
||
<div class="outline-text-3" id="text-orga6185f1">
|
||
<p>
|
||
This directory contains system-wide configurations that are independent of the window manager.
|
||
</p>
|
||
</div>
|
||
<div id="outline-container-org0ab72b3" class="outline-4">
|
||
<h4 id="org0ab72b3">Applications (<code>applications/</code>)</h4>
|
||
<div class="outline-text-4" id="text-org0ab72b3">
|
||
<ul class="org-ul">
|
||
<li><code>file_management/</code>: Configurations for file managers and storage solutions.</li>
|
||
<li><code>gaming/</code>: Settings for gaming-related software.</li>
|
||
<li><code>office_productivity/</code>: Configurations for office software.</li>
|
||
<li><code>media_playback_editing/</code>: Settings for media playback and editing software.</li>
|
||
<li><code>terminal_shell/</code>: Configurations for terminal emulators and shells.</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgf63abef" class="outline-4">
|
||
<h4 id="orgf63abef">Development (<code>development/</code>)</h4>
|
||
<div class="outline-text-4" id="text-orgf63abef">
|
||
<ul class="org-ul">
|
||
<li><code>databases/</code>: Settings for local databases.</li>
|
||
<li><code>devops_ci_cd/</code>: Configurations for DevOps tools.</li>
|
||
<li><code>programming_languages/</code>: Settings for programming languages and their runtimes.</li>
|
||
<li><code>virtualization/</code>: Configurations for virtualization and containerization tools.</li>
|
||
<li><code>web_development/</code>: Settings for web development.</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orge2b86ed" class="outline-4">
|
||
<h4 id="orge2b86ed">System Management (<code>system_management/</code>)</h4>
|
||
<div class="outline-text-4" id="text-orge2b86ed">
|
||
<ul class="org-ul">
|
||
<li><code>backups/</code>: Settings for backup software.</li>
|
||
<li><code>bluetooth/</code>: Configurations for Bluetooth devices and services.</li>
|
||
<li><code>power_management/</code>: Settings for power management.</li>
|
||
<li><code>audio/</code>: Configurations for audio.</li>
|
||
<li><code>hardware_sensors/</code>: Settings for hardware monitoring.</li>
|
||
<li><code>logging_monitoring/</code>: Configurations for system logging and monitoring.</li>
|
||
<li><code>login_manager/</code>: Settings for the login manager.</li>
|
||
<li><code>monitor_setup/</code>: Configurations for display settings.</li>
|
||
<li><code>networking/</code>: Settings for networking.</li>
|
||
<li><code>printers_scanners/</code>: Configurations for printers and scanners.</li>
|
||
<li><code>disk_management/</code>: Settings for disk management.</li>
|
||
<li><code>security/</code>: Security-related configurations.</li>
|
||
<li><code>system_updates/</code>: Settings for system updates and package management.</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org27f34bc" class="outline-3">
|
||
<h3 id="org27f34bc">Hyprland (<code>generated/hyprland/</code>)</h3>
|
||
<div class="outline-text-3" id="text-org27f34bc">
|
||
<p>
|
||
This directory contains configurations specific to Hyprland.
|
||
</p>
|
||
|
||
<ul class="org-ul">
|
||
<li><code>animations_effects/</code>: Settings for window animations and visual effects.</li>
|
||
<li><code>decorations/</code>: Configurations for window decorations.</li>
|
||
<li><code>keyboard_binds/</code>: Keyboard shortcuts for Hyprland.</li>
|
||
<li><code>notifications/</code>: Settings for notifications.</li>
|
||
<li><code>statusbar_tray/</code>: Configurations for the status bar and system tray.</li>
|
||
<li><code>task_launcher/</code>: Settings for task launchers.</li>
|
||
<li><code>task_window_workspace_switcher/</code>: Configurations for switching between windows and workspaces.</li>
|
||
<li><code>window_rules/</code>: Rules for window behavior.</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgd041baa" class="outline-3">
|
||
<h3 id="orgd041baa">MangoWC (<code>generated/mangowc/</code>)</h3>
|
||
<div class="outline-text-3" id="text-orgd041baa">
|
||
<p>
|
||
This directory contains configurations specific to MangoWC.
|
||
</p>
|
||
|
||
<ul class="org-ul">
|
||
<li><code>animations_effects/</code>: Settings for animations and effects in MangoWC.</li>
|
||
<li><code>decorations/</code>: Configurations for window decorations.</li>
|
||
<li><code>keyboard_binds/</code>: Keyboard shortcuts for MangoWC.</li>
|
||
<li><code>notifications/</code>: Settings for notifications.</li>
|
||
<li><code>statusbar_tray/</code>: Configurations for the status bar and system tray.</li>
|
||
<li><code>task_launcher/</code>: Settings for task launchers.</li>
|
||
<li><code>task_window_workspace_switcher/</code>: Configurations for switching between windows and workspaces.</li>
|
||
<li><code>window_rules/</code>: Rules for window behavior.</li>
|
||
</ul>
|
||
|
||
<p>
|
||
<b><b>File Structure and Imports</b></b>
|
||
</p>
|
||
<ul class="org-ul">
|
||
<li>Every <code>top.nix</code> file imports all <code>.nix</code> files in its directory.</li>
|
||
<li>Machine-specific configurations are stored in <code>assets/machines/</code>.</li>
|
||
<li>Themes and overrides are modular and reusable across setups.</li>
|
||
</ul>
|
||
|
||
<p>
|
||
<b><b>Design Principles</b></b>
|
||
</p>
|
||
<ul class="org-ul">
|
||
<li><b><b>Modularity</b></b>: Each component is self-contained and reusable.</li>
|
||
<li><b><b>Consistency</b></b>: Every directory follows the same import pattern.</li>
|
||
<li><b><b>Scalability</b></b>: Easy to add new machines or configurations.</li>
|
||
</ul>
|
||
|
||
<pre class="example" id="org15d22b5">
|
||
.
|
||
├── assets
|
||
│ ├── common
|
||
│ │ ├── conf
|
||
│ │ │ └── base.conf
|
||
│ │ ├── cursors
|
||
│ │ │ └── Bibata_Cursor-main
|
||
│ │ ├── emacs
|
||
│ │ │ └── setup_emacs.sh
|
||
│ │ ├── icons
|
||
│ │ │ └── papirus-icon-theme-master
|
||
│ │ ├── neovim
|
||
│ │ │ └── setup_nvim_literate_nixos.sh
|
||
│ │ ├── nixos_conf
|
||
│ │ │ └── wallpaperstuff
|
||
│ │ │ ├── pictures
|
||
│ │ │ └── videos
|
||
│ │ ├── scripts
|
||
│ │ │ ├── copy_stuff.sh
|
||
│ │ │ └── end_script.sh
|
||
│ │ └── themes
|
||
│ │ └── Catppuccin-Mocha-Standard-Blue-Dark
|
||
│ ├── copy_stuff
|
||
│ │ ├── Droidnix
|
||
│ │ │ ├── hypr
|
||
│ │ │ │ ├── conf.d
|
||
│ │ │ │ └── scripts
|
||
│ │ │ └── wallpaperstuff
|
||
│ │ │ ├── pictures
|
||
│ │ │ └── videos
|
||
│ │ └── kitty
|
||
│ │ ├── kitty.conf
|
||
│ │ └── themes
|
||
│ │ └── Catppuccin-Mocha.conf
|
||
│ ├── hyprland
|
||
│ │ ├── conf
|
||
│ │ ├── scripts
|
||
│ │ └── themes
|
||
│ ├── machines
|
||
│ │ ├── maindroid
|
||
│ │ └── traveldroid
|
||
│ │ ├── configuration.nix
|
||
│ │ ├── hardware-configuration.nix
|
||
│ │ └── home.nix
|
||
│ └── mangowc
|
||
│ ├── conf
|
||
│ ├── scripts
|
||
│ └── themes
|
||
├── generated
|
||
│ ├── hyprland
|
||
│ │ ├── animations_effects
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ ├── decorations
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ ├── keyboard_binds
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ ├── notifications
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ ├── statusbar_tray
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ ├── task_launcher
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ ├── task_window_workspace_switcher
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ └── window_rules
|
||
│ │ ├── top.nix
|
||
│ │ └── placeholder.nix
|
||
│ ├── mangowc
|
||
│ │ ├── animations_effects
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ ├── decorations
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ ├── keyboard_binds
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ ├── notifications
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ ├── statusbar_tray
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ ├── task_launcher
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ ├── task_window_workspace_switcher
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ └── window_rules
|
||
│ │ ├── top.nix
|
||
│ │ └── placeholder.nix
|
||
│ └── system
|
||
│ ├── applications
|
||
│ │ ├── file_management
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ ├── gaming
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ ├── office_productivity
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ ├── media_playback_editing
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ ├── terminal_shell
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ └── accessibility
|
||
│ │ ├── top.nix
|
||
│ │ └── placeholder.nix
|
||
│ ├── development
|
||
│ │ ├── databases
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ ├── devops_ci_cd
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ ├── programming_languages
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ ├── virtualization
|
||
│ │ │ ├── top.nix
|
||
│ │ │ └── placeholder.nix
|
||
│ │ └── web_development
|
||
│ │ ├── top.nix
|
||
│ │ └── placeholder.nix
|
||
│ └── system_management
|
||
│ ├── backups
|
||
│ │ ├── top.nix
|
||
│ │ └── placeholder.nix
|
||
│ ├── bluetooth
|
||
│ │ ├── top.nix
|
||
│ │ └── placeholder.nix
|
||
│ ├── power_management
|
||
│ │ ├── top.nix
|
||
│ │ └── placeholder.nix
|
||
│ ├── audio
|
||
│ │ ├── top.nix
|
||
│ │ └── placeholder.nix
|
||
│ ├── hardware_sensors
|
||
│ │ ├── top.nix
|
||
│ │ └── placeholder.nix
|
||
│ ├── logging_monitoring
|
||
│ │ ├── top.nix
|
||
│ │ └── placeholder.nix
|
||
│ ├── login_manager
|
||
│ │ ├── top.nix
|
||
│ │ └── placeholder.nix
|
||
│ ├── monitor_setup
|
||
│ │ ├── top.nix
|
||
│ │ └── placeholder.nix
|
||
│ ├── networking
|
||
│ │ ├── top.nix
|
||
│ │ └── placeholder.nix
|
||
│ ├── printers_scanners
|
||
│ │ ├── top.nix
|
||
│ │ └── placeholder.nix
|
||
│ ├── disk_management
|
||
│ │ ├── top.nix
|
||
│ │ └── placeholder.nix
|
||
│ ├── security
|
||
│ │ ├── top.nix
|
||
│ │ └── placeholder.nix
|
||
│ └── system_updates
|
||
│ ├── top.nix
|
||
│ └── placeholder.nix
|
||
├── flake.nix
|
||
├── README.html
|
||
└── README.org
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org5ddb62b" class="outline-3">
|
||
<h3 id="org5ddb62b">First Setup</h3>
|
||
<div class="outline-text-3" id="text-org5ddb62b">
|
||
<ol class="org-ol">
|
||
<li>Clone this repository.</li>
|
||
<li>Run the setup script: <code>./setup_droidnix.sh</code>.</li>
|
||
<li>Edit <code>.assets/common/conf/base.conf</code> to choose your window manager (<code>wm = "hyprland"</code> or <code>wm = "mangowc"</code>).</li>
|
||
<li>Tangle this Org file to generate Nix configurations: <code>C-c C-v t</code> in Emacs or use this: <code>emacs README.org --batch -f org-babel-tangle && emacs --batch --eval "(setq org-html-htmlize-output-type nil)" README.org -f org-html-export-to-html</code></li>
|
||
<li>Build and switch: <code>sudo nixos-rebuild switch --flake .#<hostname></code>.</li>
|
||
</ol>
|
||
|
||
<p>
|
||
—
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-the-assets-folder" class="outline-2">
|
||
<h2 id="the-assets-folder">The Assets Folder   <span class="tag"><span class="assets">assets</span></span></h2>
|
||
<div class="outline-text-2" id="text-the-assets-folder">
|
||
<p>
|
||
The <code>.assets/</code> folder contains all static files, such as configs, scripts, and themes. These files are not generated and can be edited directly.
|
||
</p>
|
||
</div>
|
||
<div id="outline-container-orge1f7f09" class="outline-3">
|
||
<h3 id="orge1f7f09"><code>.assets/common/</code></h3>
|
||
<div class="outline-text-3" id="text-orge1f7f09">
|
||
<p>
|
||
This folder contains files shared across both window managers, such as wallpapers, shell configs, and common scripts.
|
||
</p>
|
||
|
||
<ul class="org-ul">
|
||
<li><code>conf/base.conf</code>: Defines the window manager choice and other global settings.</li>
|
||
<li><code>scripts/</code>: System-wide scripts (e.g., utilities, helpers).</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orge2e73d3" class="outline-3">
|
||
<h3 id="orge2e73d3"><code>.assets/hyprland/</code></h3>
|
||
<div class="outline-text-3" id="text-orge2e73d3">
|
||
<p>
|
||
Hyprland-specific assets, including configs, themes, and scripts.
|
||
</p>
|
||
|
||
<ul class="org-ul">
|
||
<li><code>conf/</code>: Hyprland configuration files (e.g., <code>hyprland.conf</code>).</li>
|
||
<li><code>themes/</code>: Hyprland-specific theme scripts.</li>
|
||
<li><code>scripts/</code>: Hyprland-specific scripts.</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org1ca6be4" class="outline-3">
|
||
<h3 id="org1ca6be4"><code>.assets/mangowc/</code></h3>
|
||
<div class="outline-text-3" id="text-org1ca6be4">
|
||
<p>
|
||
Mangowc-specific assets, including configs, themes, and scripts.
|
||
</p>
|
||
|
||
<ul class="org-ul">
|
||
<li><code>conf/</code>: Mangowc configuration files.</li>
|
||
<li><code>themes/</code>: Mangowc-specific theme scripts.</li>
|
||
<li><code>scripts/</code>: Mangowc-specific scripts.</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org8968f38" class="outline-3">
|
||
<h3 id="org8968f38"><code>.assets/machines/</code></h3>
|
||
<div class="outline-text-3" id="text-org8968f38">
|
||
<p>
|
||
Machine-specific NixOS configurations (e.g., <code>configuration.nix</code> for <code>maindroid</code> and <code>traveldroid</code>).
|
||
</p>
|
||
|
||
<p>
|
||
—
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-the-actual-code" class="outline-2">
|
||
<h2 id="the-actual-code">The Actual Code   <span class="tag"><span class="code">code</span></span></h2>
|
||
<div class="outline-text-2" id="text-the-actual-code">
|
||
<p>
|
||
This section contains the Org blocks for tangling Nix code into the generated folders.
|
||
</p>
|
||
</div>
|
||
<div id="outline-container-orgf9ecfb7" class="outline-3">
|
||
<h3 id="orgf9ecfb7"><code>flake.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgf9ecfb7">
|
||
<p>
|
||
The Nix flake definition for Droidnix.
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{
|
||
description = "Droidnix: A dendritic NixOS + Home Manager configuration";
|
||
|
||
inputs = {
|
||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||
home-manager = {
|
||
url = "github:nix-community/home-manager";
|
||
inputs.nixpkgs.follows = "nixpkgs";
|
||
};
|
||
emacs-overlay = {
|
||
url = "github:nix-community/emacs-overlay";
|
||
inputs.nixpkgs.follows = "nixpkgs";
|
||
};
|
||
catppuccin = {
|
||
url = "github:catppuccin/nix";
|
||
inputs.nixpkgs.follows = "nixpkgs";
|
||
};
|
||
zen-browser = {
|
||
url = "github:youwen5/zen-browser-flake";
|
||
inputs.nixpkgs.follows = "nixpkgs";
|
||
};
|
||
hyprland.url = "github:hyprwm/Hyprland";
|
||
};
|
||
|
||
outputs =
|
||
inputs@{
|
||
nixpkgs,
|
||
home-manager,
|
||
emacs-overlay,
|
||
catppuccin,
|
||
zen-browser,
|
||
hyprland,
|
||
...
|
||
}:
|
||
let
|
||
lib = nixpkgs.lib;
|
||
system = "x86_64-linux"; # Define the system explicitly
|
||
user = import ./assets/flake/users/henrov.nix;
|
||
machines = [
|
||
"traveldroid"
|
||
"maindroid"
|
||
];
|
||
in
|
||
{
|
||
nixosConfigurations = lib.genAttrs machines (
|
||
machine:
|
||
lib.nixosSystem {
|
||
inherit system;
|
||
modules = [
|
||
# Import machine-specific configurations
|
||
./assets/flake/machines/${machine}/top.nix
|
||
|
||
# Home Manager and theme modules
|
||
home-manager.nixosModules.home-manager
|
||
{
|
||
home-manager.useGlobalPkgs = true;
|
||
home-manager.useUserPackages = true;
|
||
home-manager.extraSpecialArgs = { inherit user inputs; };
|
||
}
|
||
inputs.catppuccin.nixosModules.catppuccin
|
||
];
|
||
specialArgs = { inherit user inputs; };
|
||
}
|
||
);
|
||
|
||
devShells.${system}.default = import ./assets/flake/terminal_shell/devshell.nix {
|
||
inherit (nixpkgs) mkShell;
|
||
};
|
||
};
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org9704d3c" class="outline-2">
|
||
<h2 id="org9704d3c">First the nix-files that flake really needs and that do not fit wel in the hierarchical structure</h2>
|
||
<div class="outline-text-2" id="text-org9704d3c">
|
||
</div>
|
||
<div id="outline-container-org8e35c96" class="outline-3">
|
||
<h3 id="org8e35c96"><code>assets/flake/users/henrov.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org8e35c96">
|
||
<p>
|
||
This is the default user, just search and replace henrov another name if you want to change
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ system, ... }:
|
||
{
|
||
username = "henrov";
|
||
homeDirectory = "/home/henrov";
|
||
stateVersion = "25.11";
|
||
locale = "nl_NL.UTF-8";
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org1700d88" class="outline-3">
|
||
<h3 id="org1700d88"><code>assets/flake/terminal_shell/devshell.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org1700d88">
|
||
<p>
|
||
This code defines a Nix shell environment (also called a "devShell") that you can enter using the nix develop command. When you enter this shell, Nix will provide the tools and dependencies listed in buildInputs.
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ mkShell }:
|
||
mkShell {
|
||
buildInputs = with import <nixpkgs> {}; [
|
||
nil
|
||
nixfmt-rfc-style
|
||
];
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgc79012f" class="outline-3">
|
||
<h3 id="orgc79012f"><code>assets/flake/machines/traveldroid/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgc79012f">
|
||
<p>
|
||
This code defines the machine to build. Just search and replace traveldroid to provision another machine.
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{
|
||
config,
|
||
pkgs,
|
||
lib,
|
||
user,
|
||
inputs,
|
||
...
|
||
}:
|
||
{
|
||
# Import all other configurations
|
||
imports = [
|
||
./boot.nix
|
||
./hardware-configuration.nix
|
||
];
|
||
options = {
|
||
wm = lib.mkOption {
|
||
type = lib.types.str;
|
||
default = "hyprland";
|
||
description = "Type of window manager to use";
|
||
};
|
||
};
|
||
config = {
|
||
# Minimal settings that must be defined here
|
||
networking.hostName = "traveldroid";
|
||
wm.type = "hyprland"; # Define the window manager type here, mangowc will be made possible in the near future.
|
||
};
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org3538536" class="outline-3">
|
||
<h3 id="org3538536"><code>assets/flake/machines/traveldroid/boot.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org3538536">
|
||
<p>
|
||
This file has most of the settings the control how the computer boots up.
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ pkgs, ... } :
|
||
{
|
||
boot = {
|
||
initrd = {
|
||
verbose = false; # its a lot of logs. dont need it, unless we do.
|
||
kernelModules = [ ]; # no kernel modules on boot
|
||
};
|
||
|
||
extraModulePackages = [ ]; # no extra packages on boot either
|
||
kernelPackages = pkgs.linuxPackages_latest; # latest greatest linux kernel
|
||
kernelParams = [ "silent" ]; # quiet those logs
|
||
|
||
consoleLogLevel = 0; # quiten more logs
|
||
plymouth.enable = true; # graphical boot animation instead
|
||
|
||
supportedFilesystems = [ "ntfs" ]; # should see the ntfs (windows)
|
||
|
||
loader = {
|
||
systemd-boot.enable = true; # systemd-boot
|
||
systemd-boot.configurationLimit = 10;
|
||
efi.canTouchEfiVariables = true; # allow editing efi to edit the boot loader
|
||
timeout = 5; # grub timeout to make a selection
|
||
};
|
||
};
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org36a4472" class="outline-2">
|
||
<h2 id="org36a4472">Now we reach the top of the hierarchy which will call all other imports</h2>
|
||
<div class="outline-text-2" id="text-org36a4472">
|
||
</div>
|
||
<div id="outline-container-org50fbaf1" class="outline-3">
|
||
<h3 id="org50fbaf1"><code>generated/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org50fbaf1">
|
||
<p>
|
||
The ./generated/top.nix file acts as an anchor or entry point for the entire chain of imports in the pyramid structure.
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# First the stuff that we always want, regardless of windowmanager
|
||
./system/top.nix
|
||
# Import window manager configurations based on the type defined in the machine file
|
||
(if config.wm.type == "hyprland" then
|
||
./window_managers/hyprland/top.nix
|
||
else if config.wm.type == "mangowc" then
|
||
./window_managers/mangowc/top.nix
|
||
else
|
||
assert false; "Unknown window manager type: ${config.wm.type}"
|
||
)
|
||
];
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org109b110" class="outline-3">
|
||
<h3 id="org109b110"><code>generated/hyprland/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org109b110">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
./animations_effects/top.nix
|
||
./decorations/top.nix
|
||
./keyboard_binds/top.nix
|
||
./notifications/top.nix
|
||
./statusbar_tray/top.nix
|
||
./task_launcher/top.nix
|
||
./task_window_workspace_switcher/top.nix
|
||
./window_rules/top.nix
|
||
];
|
||
|
||
# Nix settings to use Hyprland's cache for packages
|
||
# This allows Nix to download pre-built packages from the Hyprland cache,
|
||
# which can speed up the installation process and ensure compatibility.
|
||
nix.settings = {
|
||
substituters = [ "https://hyprland.cachix.org" ];
|
||
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
|
||
};
|
||
|
||
# Enable essential services for a Wayland session
|
||
services.dbus.enable = true; # D-Bus is required for inter-process communication
|
||
services.pipewire = {
|
||
enable = true;
|
||
alsa.enable = true; # Basic audio support using ALSA
|
||
pulse.enable = true; # PulseAudio support for better audio management
|
||
wireplumber.enable = true; # Audio device management and routing
|
||
};
|
||
|
||
# XDG Desktop Portal settings for better application integration
|
||
# The XDG Desktop Portal provides a way for applications to interact with the desktop environment.
|
||
xdg.portal = {
|
||
enable = true;
|
||
config.common.default = [ "hyprland" "gtk" ]; # Use Hyprland and GTK as default portal implementations
|
||
};
|
||
|
||
# Environment variables for a Wayland session with Hyprland
|
||
# These variables help applications understand the desktop environment and session type.
|
||
environment.sessionVariables = {
|
||
XDG_SESSION_TYPE = "wayland"; # Use Wayland instead of X11 for the session
|
||
XDG_CURRENT_DESKTOP = "Hyprland"; # Define the current desktop environment as Hyprland
|
||
XCURSOR_SIZE = "24"; # Set the size of the mouse cursor to 24 pixels
|
||
};
|
||
|
||
# Install Hyprland and enable it as the window manager
|
||
# Here, we're only installing the Hyprland package itself for a minimal setup.
|
||
environment.systemPackages = with pkgs; [ hyprland ];
|
||
|
||
# Configure Hyprland as the window manager
|
||
# This section enables Hyprland as the window manager and sets basic configurations.
|
||
programs.hyprland = {
|
||
enable = true; # Start Hyprland as the window manager
|
||
xwayland.enable = true; # Enable XWayland to run X11 applications within the Wayland session
|
||
};
|
||
|
||
# Home-manager configuration for user-specific settings
|
||
# Home-manager is used to manage user-specific configurations and packages.
|
||
home-manager = {
|
||
# Enable Hyprland as the Wayland window manager for the user session
|
||
wayland.windowManager.hyprland = {
|
||
enable = true; # Enable Hyprland as the window manager for the user
|
||
settings = {
|
||
# Minimal configuration, customize later as needed
|
||
# This is where you would add custom keybinds, workspace settings, etc.
|
||
};
|
||
};
|
||
|
||
# XDG portal settings for user sessions
|
||
# These settings ensure that applications can interact properly with the Hyprland session.
|
||
xdg.portal = {
|
||
enable = true;
|
||
extraPortals = with pkgs; [ xdg-desktop-portal-hyprland ]; # Hyprland-specific portal implementation
|
||
config.hyprland = {
|
||
"org.freedesktop.impl.portal.Screencast" = [ "hyprland" ]; # Enable screencasting support
|
||
};
|
||
};
|
||
}
|
||
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org94dc994" class="outline-3">
|
||
<h3 id="org94dc994"><code>generated/mangowc/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org94dc994">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
./animations_effects/top.nix
|
||
./decorations/top.nix
|
||
./keyboard_binds/top.nix
|
||
./notifications/top.nix
|
||
./statusbar_tray/top.nix
|
||
./task_launcher/top.nix
|
||
./task_window_workspace_switcher/top.nix
|
||
./window_rules/top.nix
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org4c1e1fa" class="outline-3">
|
||
<h3 id="org4c1e1fa"><code>generated/system/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org4c1e1fa">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
./applications/top.nix
|
||
./development/top.nix
|
||
./system_management/top.nix
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org3cfda8c" class="outline-3">
|
||
<h3 id="org3cfda8c"><code>generated/system/applications/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org3cfda8c">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
./accessibility/top.nix
|
||
./file_management/top.nix
|
||
./gaming/top.nix
|
||
./media_playback_editing/top.nix
|
||
./office_productivity/top.nix
|
||
./terminal_shell/top.nix
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orga729ba3" class="outline-3">
|
||
<h3 id="orga729ba3"><code>generated/system/development/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orga729ba3">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
./databases/top.nix
|
||
./devops_ci_cd/top.nix
|
||
./programming_languages/top.nix
|
||
./virtualization/top.nix
|
||
./web_development/top.nix
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgb7fb9ff" class="outline-3">
|
||
<h3 id="orgb7fb9ff"><code>generated/system/system_management/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgb7fb9ff">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
./audio/top.nix
|
||
./backups/top.nix
|
||
./bluetooth/top.nix
|
||
./disk_management/top.nix
|
||
./hardware_sensors/top.nix
|
||
./logging_monitoring/top.nix
|
||
./login_manager/top.nix
|
||
./monitor_setup/top.nix
|
||
./networking/top.nix
|
||
./power_management/top.nix
|
||
./printers_scanners/top.nix
|
||
./security/top.nix
|
||
./system_updates/top.nix
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org10b922a" class="outline-3">
|
||
<h3 id="org10b922a"><code>generated/hyprland/animations_effects/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org10b922a">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org25e2726" class="outline-3">
|
||
<h3 id="org25e2726"><code>generated/hyprland/decorations/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org25e2726">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org0f3a47d" class="outline-3">
|
||
<h3 id="org0f3a47d"><code>generated/hyprland/keyboard_binds/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org0f3a47d">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
let
|
||
# Read the contents of the bindings.conf file
|
||
bindingsContent = builtins.readFile ./assets/hyprland/conf/bindings.conf;
|
||
# Create a configuration file from the bindings content
|
||
configFile = pkgs.writeText "hyprland.conf" bindingsContent;
|
||
in
|
||
{
|
||
wayland.windowManager.hyprland = {
|
||
enable = true; # Enable Hyprland as the window manager
|
||
config = configFile; # Use the generated configuration file
|
||
};
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org7650db7" class="outline-3">
|
||
<h3 id="org7650db7"><code>generated/hyprland/notifications/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org7650db7">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org5386346" class="outline-3">
|
||
<h3 id="org5386346"><code>generated/hyprland/statusbar_tray/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org5386346">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org1b9cefe" class="outline-3">
|
||
<h3 id="org1b9cefe"><code>generated/hyprland/task_launcher/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org1b9cefe">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org5e28b35" class="outline-3">
|
||
<h3 id="org5e28b35"><code>generated/hyprland/task_window_workspace_switcher/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org5e28b35">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orga53124b" class="outline-3">
|
||
<h3 id="orga53124b"><code>generated/hyprland/window_rules/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orga53124b">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org888b77c" class="outline-3">
|
||
<h3 id="org888b77c"><code>generated/mangowc/animations_effects/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org888b77c">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgce5bfd9" class="outline-3">
|
||
<h3 id="orgce5bfd9"><code>generated/mangowc/decorations/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgce5bfd9">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org264bcda" class="outline-3">
|
||
<h3 id="org264bcda"><code>generated/mangowc/keyboard_binds/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org264bcda">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orga73f7e8" class="outline-3">
|
||
<h3 id="orga73f7e8"><code>generated/mangowc/notifications/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orga73f7e8">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orge923149" class="outline-3">
|
||
<h3 id="orge923149"><code>generated/mangowc/statusbar_tray/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orge923149">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orge30dd1c" class="outline-3">
|
||
<h3 id="orge30dd1c"><code>generated/mangowc/task_launcher/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orge30dd1c">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orge24bdf9" class="outline-3">
|
||
<h3 id="orge24bdf9"><code>generated/mangowc/task_window_workspace_switcher/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orge24bdf9">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org44d0c68" class="outline-3">
|
||
<h3 id="org44d0c68"><code>generated/mangowc/window_rules/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org44d0c68">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org38ff25c" class="outline-3">
|
||
<h3 id="org38ff25c"><code>generated/system/applications/accessibility/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org38ff25c">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org8c52d44" class="outline-3">
|
||
<h3 id="org8c52d44"><code>generated/system/applications/file_management/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org8c52d44">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org2af94c8" class="outline-3">
|
||
<h3 id="org2af94c8"><code>generated/system/applications/gaming/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org2af94c8">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org4fd3184" class="outline-3">
|
||
<h3 id="org4fd3184"><code>generated/system/applications/media_playback_editing/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org4fd3184">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgb753bf2" class="outline-3">
|
||
<h3 id="orgb753bf2"><code>generated/system/applications/office_productivity/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgb753bf2">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgca4cd69" class="outline-3">
|
||
<h3 id="orgca4cd69"><code>generated/system/applications/terminal_shell/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgca4cd69">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org42851b2" class="outline-3">
|
||
<h3 id="org42851b2"><code>generated/system/development/databases/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org42851b2">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org5eadd4a" class="outline-3">
|
||
<h3 id="org5eadd4a"><code>generated/system/development/devops_ci_cd/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org5eadd4a">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgd0d8aef" class="outline-3">
|
||
<h3 id="orgd0d8aef"><code>generated/system/development/programming_languages/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgd0d8aef">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orge219a37" class="outline-3">
|
||
<h3 id="orge219a37"><code>generated/system/development/virtualization/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orge219a37">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgc5a6d44" class="outline-3">
|
||
<h3 id="orgc5a6d44"><code>generated/system/development/web_development/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgc5a6d44">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgd053f5f" class="outline-3">
|
||
<h3 id="orgd053f5f"><code>generated/system/system_management/audio/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgd053f5f">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org08e2ca3" class="outline-3">
|
||
<h3 id="org08e2ca3"><code>generated/system/system_management/backups/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org08e2ca3">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org5d80bb5" class="outline-3">
|
||
<h3 id="org5d80bb5"><code>generated/system/system_management/bluetooth/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org5d80bb5">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org85c21d9" class="outline-3">
|
||
<h3 id="org85c21d9"><code>generated/system/system_management/disk_management/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org85c21d9">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org454a91b" class="outline-3">
|
||
<h3 id="org454a91b"><code>generated/system/system_management/hardware_sensors/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org454a91b">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org46433c0" class="outline-3">
|
||
<h3 id="org46433c0"><code>generated/system/system_management/logging_monitoring/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org46433c0">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgeef601e" class="outline-3">
|
||
<h3 id="orgeef601e"><code>generated/system/system_management/login_manager/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgeef601e">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgc2f4525" class="outline-3">
|
||
<h3 id="orgc2f4525"><code>generated/system/system_management/monitor_setup/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgc2f4525">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgec51916" class="outline-3">
|
||
<h3 id="orgec51916"><code>generated/system/system_management/networking/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgec51916">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgcaec0af" class="outline-3">
|
||
<h3 id="orgcaec0af"><code>generated/system/system_management/power_management/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgcaec0af">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orge50def5" class="outline-3">
|
||
<h3 id="orge50def5"><code>generated/system/system_management/printers_scanners/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orge50def5">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgc539184" class="outline-3">
|
||
<h3 id="orgc539184"><code>generated/system/system_management/security/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgc539184">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgd7f1634" class="outline-3">
|
||
<h3 id="orgd7f1634"><code>generated/system/system_management/system_updates/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgd7f1634">
|
||
<p>
|
||
This is top file of this level which contains the bare necessities for this subject + an import statement for all the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, ... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="postamble" class="status">
|
||
<p class="author">Author: Henro Veijer</p>
|
||
<p class="date">Created: 2026-03-06 vr 23:27</p>
|
||
<p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
|
||
</div>
|
||
</body>
|
||
</html>
|