2229 lines
77 KiB
HTML
2229 lines
77 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-08 zo 10:31 -->
|
||
<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="#org50704cb">Shortcuts</a></li>
|
||
<li><a href="#introduction">Introduction   <span class="tag"><span class="intro">intro</span></span></a>
|
||
<ul>
|
||
<li><a href="#org375ea09">What is Droidnix</a>
|
||
<ul>
|
||
<li><a href="#org899d0d1">Installed components:</a></li>
|
||
<li><a href="#org9098db8">Goals, project Structure, import hierarchy</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#org1e61996">Root Level</a></li>
|
||
<li><a href="#org7e399c8">Generated Structure</a>
|
||
<ul>
|
||
<li><a href="#org7e6aa29">System (<code>generated/system/</code>)</a>
|
||
<ul>
|
||
<li><a href="#org8b028d5">Applications (<code>applications/</code>)</a></li>
|
||
<li><a href="#org02d1705">Development (<code>development/</code>)</a></li>
|
||
<li><a href="#orgfac28a6">System Management (<code>system_management/</code>)</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#org264f098">Hyprland (<code>generated/hyprland/</code>)</a></li>
|
||
<li><a href="#org34fd9e4">MangoWC (<code>generated/mangowc/</code>)</a></li>
|
||
<li><a href="#org3e5ce3c">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="#org620b65c"><code>.assets/common/</code></a></li>
|
||
<li><a href="#org564175f"><code>.assets/hyprland/</code></a></li>
|
||
<li><a href="#orgab183a3"><code>.assets/mangowc/</code></a></li>
|
||
<li><a href="#org7e6ff4d"><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="#org88f74f0"><code>flake.nix</code></a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#org333fede">First the nix-files that flake really needs and that do not fit wel in the hierarchical structure</a>
|
||
<ul>
|
||
<li><a href="#orga87fe3e"><code>assets/flake/users/henrov.nix</code></a></li>
|
||
<li><a href="#orgb3f6901"><code>assets/flake/terminal_shell/devshell.nix</code></a></li>
|
||
<li><a href="#org5e66e7d"><code>assets/flake/machines/traveldroid/top.nix</code></a></li>
|
||
<li><a href="#org4502382"><code>assets/flake/machines/traveldroid/boot.nix</code></a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#org6740a40">Now we reach the top of the hierarchy which will call all other imports</a>
|
||
<ul>
|
||
<li><a href="#orga6a472d"><code>generated/top.nix</code></a></li>
|
||
<li><a href="#org135f3dc"><code>generated/hyprland/top.nix</code></a></li>
|
||
<li><a href="#orga28bd03"><code>generated/hyprland/hyprland.nix</code></a></li>
|
||
<li><a href="#orgf45a0ab"><code>generated/mangowc/top.nix</code></a></li>
|
||
<li><a href="#org6cf7f82"><code>generated/system/top.nix</code></a></li>
|
||
<li><a href="#orgd56f743"><code>generated/system/applications/top.nix</code></a></li>
|
||
<li><a href="#orgea7387c"><code>generated/system/core/top.nix</code></a></li>
|
||
<li><a href="#org01a48b7"><code>generated/system/core/login-tuigreeter.nix</code></a></li>
|
||
<li><a href="#orga07c169"><code>generated/system/core/wayland.nix</code></a></li>
|
||
<li><a href="#org8fdeae6"><code>generated/system/development/top.nix</code></a></li>
|
||
<li><a href="#orgf4696a0"><code>generated/system/system_management/top.nix</code></a></li>
|
||
<li><a href="#org47cde8a"><code>generated/hyprland/animations_effects/top.nix</code></a></li>
|
||
<li><a href="#orgab1b318"><code>generated/hyprland/decorations/top.nix</code></a></li>
|
||
<li><a href="#orgdbb33d4"><code>generated/hyprland/keyboard_binds/top.nix</code></a></li>
|
||
<li><a href="#org5b31753"><code>generated/hyprland/notifications/top.nix</code></a></li>
|
||
<li><a href="#org74b4d01"><code>generated/hyprland/statusbar_tray/top.nix</code></a></li>
|
||
<li><a href="#org3ccda3f"><code>generated/hyprland/task_launcher/top.nix</code></a></li>
|
||
<li><a href="#org18065a0"><code>generated/hyprland/task_launcher/wofi.nix</code></a></li>
|
||
<li><a href="#org327d3bf"><code>generated/hyprland/task_window_workspace_switcher/top.nix</code></a></li>
|
||
<li><a href="#org5656f7f"><code>generated/hyprland/window_rules/top.nix</code></a></li>
|
||
<li><a href="#org725ab86"><code>generated/mangowc/animations_effects/top.nix</code></a></li>
|
||
<li><a href="#org5c78c37"><code>generated/mangowc/decorations/top.nix</code></a></li>
|
||
<li><a href="#org1ddd9a7"><code>generated/mangowc/keyboard_binds/top.nix</code></a></li>
|
||
<li><a href="#orgfda08d5"><code>generated/mangowc/notifications/top.nix</code></a></li>
|
||
<li><a href="#org3559a1a"><code>generated/mangowc/statusbar_tray/top.nix</code></a></li>
|
||
<li><a href="#orgc2141e1"><code>generated/mangowc/task_launcher/top.nix</code></a></li>
|
||
<li><a href="#org4b71e66"><code>generated/mangowc/task_launcher/wofi.nix</code></a></li>
|
||
<li><a href="#orgc7c3654"><code>generated/mangowc/task_window_workspace_switcher/top.nix</code></a></li>
|
||
<li><a href="#org3d8c289"><code>generated/mangowc/window_rules/top.nix</code></a></li>
|
||
<li><a href="#orgd827154"><code>generated/system/applications/accessibility/top.nix</code></a></li>
|
||
<li><a href="#org00c2023"><code>generated/system/applications/file_management/top.nix</code></a></li>
|
||
<li><a href="#org58c774f"><code>generated/system/applications/gaming/top.nix</code></a></li>
|
||
<li><a href="#org6203323"><code>generated/system/applications/media_playback_editing/top.nix</code></a></li>
|
||
<li><a href="#orgdbf1192"><code>generated/system/applications/office_productivity/top.nix</code></a></li>
|
||
<li><a href="#org47831e2"><code>generated/system/applications/terminal_shell/top.nix</code></a></li>
|
||
<li><a href="#org6a0eb77"><code>generated/system/applications/terminal_shell/kitty.nix</code></a></li>
|
||
<li><a href="#org90a76c9"><code>generated/system/applications/terminal_shell/starship.nix</code></a></li>
|
||
<li><a href="#org5da1e61"><code>generated/system/applications/terminal_shell/zsh.nix</code></a></li>
|
||
<li><a href="#org2525b5f"><code>generated/system/development/databases/top.nix</code></a></li>
|
||
<li><a href="#org3e8822c"><code>generated/system/development/devops_ci_cd/top.nix</code></a></li>
|
||
<li><a href="#org153d2e0"><code>generated/system/development/programming_languages/top.nix</code></a></li>
|
||
<li><a href="#org4effcb3"><code>generated/system/development/virtualization/top.nix</code></a></li>
|
||
<li><a href="#orgad6d2b3"><code>generated/system/development/web_development/top.nix</code></a></li>
|
||
<li><a href="#org0271d3f"><code>generated/system/system_management/audio/top.nix</code></a></li>
|
||
<li><a href="#org9abd7f3"><code>generated/system/system_management/backups/top.nix</code></a></li>
|
||
<li><a href="#orgcd15fb3"><code>generated/system/system_management/bluetooth/top.nix</code></a></li>
|
||
<li><a href="#orge52ac66"><code>generated/system/system_management/disk_management/top.nix</code></a></li>
|
||
<li><a href="#orga573819"><code>generated/system/system_management/hardware_sensors/top.nix</code></a></li>
|
||
<li><a href="#org338c081"><code>generated/system/system_management/logging_monitoring/top.nix</code></a></li>
|
||
<li><a href="#org1108dce"><code>generated/system/system_management/login_manager/top.nix</code></a></li>
|
||
<li><a href="#orgcbcd4e2"><code>generated/system/system_management/monitor_setup/top.nix</code></a></li>
|
||
<li><a href="#org1cc8bce"><code>generated/system/system_management/networking/top.nix</code></a></li>
|
||
<li><a href="#org895fc14"><code>generated/system/system_management/power_management/top.nix</code></a></li>
|
||
<li><a href="#orgec44db6"><code>generated/system/system_management/printers_scanners/top.nix</code></a></li>
|
||
<li><a href="#org1dabb6b"><code>generated/system/system_management/security/top.nix</code></a></li>
|
||
<li><a href="#orga3adb89"><code>generated/system/system_management/system_updates/top.nix</code></a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org50704cb" class="outline-2">
|
||
<h2 id="org50704cb">Shortcuts</h2>
|
||
<div class="outline-text-2" id="text-org50704cb">
|
||
<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-org375ea09" class="outline-3">
|
||
<h3 id="org375ea09">What is Droidnix</h3>
|
||
<div class="outline-text-3" id="text-org375ea09">
|
||
<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-org899d0d1" class="outline-4">
|
||
<h4 id="org899d0d1">Installed components:</h4>
|
||
<div class="outline-text-4" id="text-org899d0d1">
|
||
</div>
|
||
<ul class="org-ul">
|
||
<li><a id="org9217455"></a>Core<br /></li>
|
||
<li><a id="orgf8a16ad"></a>Hyprland<br /></li>
|
||
<li><a id="orge81e891"></a>Mangowc<br /></li>
|
||
</ul>
|
||
</div>
|
||
<div id="outline-container-org9098db8" class="outline-4">
|
||
<h4 id="org9098db8">Goals, project Structure, import hierarchy</h4>
|
||
<div class="outline-text-4" id="text-org9098db8">
|
||
<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-org1e61996" class="outline-2">
|
||
<h2 id="org1e61996">Root Level</h2>
|
||
<div class="outline-text-2" id="text-org1e61996">
|
||
<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-org7e399c8" class="outline-2">
|
||
<h2 id="org7e399c8">Generated Structure</h2>
|
||
<div class="outline-text-2" id="text-org7e399c8">
|
||
<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-org7e6aa29" class="outline-3">
|
||
<h3 id="org7e6aa29">System (<code>generated/system/</code>)</h3>
|
||
<div class="outline-text-3" id="text-org7e6aa29">
|
||
<p>
|
||
This directory contains system-wide configurations that are independent of the window manager.
|
||
</p>
|
||
</div>
|
||
<div id="outline-container-org8b028d5" class="outline-4">
|
||
<h4 id="org8b028d5">Applications (<code>applications/</code>)</h4>
|
||
<div class="outline-text-4" id="text-org8b028d5">
|
||
<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-org02d1705" class="outline-4">
|
||
<h4 id="org02d1705">Development (<code>development/</code>)</h4>
|
||
<div class="outline-text-4" id="text-org02d1705">
|
||
<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-orgfac28a6" class="outline-4">
|
||
<h4 id="orgfac28a6">System Management (<code>system_management/</code>)</h4>
|
||
<div class="outline-text-4" id="text-orgfac28a6">
|
||
<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-org264f098" class="outline-3">
|
||
<h3 id="org264f098">Hyprland (<code>generated/hyprland/</code>)</h3>
|
||
<div class="outline-text-3" id="text-org264f098">
|
||
<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-org34fd9e4" class="outline-3">
|
||
<h3 id="org34fd9e4">MangoWC (<code>generated/mangowc/</code>)</h3>
|
||
<div class="outline-text-3" id="text-org34fd9e4">
|
||
<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="org656c67e">
|
||
.
|
||
├── 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-org3e5ce3c" class="outline-3">
|
||
<h3 id="org3e5ce3c">First Setup</h3>
|
||
<div class="outline-text-3" id="text-org3e5ce3c">
|
||
<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-org620b65c" class="outline-3">
|
||
<h3 id="org620b65c"><code>.assets/common/</code></h3>
|
||
<div class="outline-text-3" id="text-org620b65c">
|
||
<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-org564175f" class="outline-3">
|
||
<h3 id="org564175f"><code>.assets/hyprland/</code></h3>
|
||
<div class="outline-text-3" id="text-org564175f">
|
||
<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-orgab183a3" class="outline-3">
|
||
<h3 id="orgab183a3"><code>.assets/mangowc/</code></h3>
|
||
<div class="outline-text-3" id="text-orgab183a3">
|
||
<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-org7e6ff4d" class="outline-3">
|
||
<h3 id="org7e6ff4d"><code>.assets/machines/</code></h3>
|
||
<div class="outline-text-3" id="text-org7e6ff4d">
|
||
<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-org88f74f0" class="outline-3">
|
||
<h3 id="org88f74f0"><code>flake.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org88f74f0">
|
||
<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; flakeRoot = ./.; };
|
||
}
|
||
inputs.catppuccin.nixosModules.catppuccin
|
||
|
||
# Let's start importing the whole generated tree
|
||
./generated/top.nix
|
||
];
|
||
specialArgs = { inherit user inputs; flakeRoot = ./.; };
|
||
}
|
||
);
|
||
|
||
devShells.${system}.default = import ./assets/flake/terminal_shell/devshell.nix {
|
||
inherit (nixpkgs) mkShell;
|
||
};
|
||
};
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org333fede" class="outline-2">
|
||
<h2 id="org333fede">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-org333fede">
|
||
</div>
|
||
<div id="outline-container-orga87fe3e" class="outline-3">
|
||
<h3 id="orga87fe3e"><code>assets/flake/users/henrov.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orga87fe3e">
|
||
<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">{
|
||
username = "henrov";
|
||
hashedPassword = "$6$ISAmsPLyFi7idYXr$VmZsq.zMsyh1irSkyDNqtorNXG0oEHbbMVqTii1t8bymvrQ5ZQmbdi4OiBNeNYe/huHGrojXM.3TST2fTLz0T.";
|
||
homeDirectory = "/home/henrov";
|
||
stateVersion = "25.11";
|
||
locale = "nl_NL.UTF-8";
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgb3f6901" class="outline-3">
|
||
<h3 id="orgb3f6901"><code>assets/flake/terminal_shell/devshell.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgb3f6901">
|
||
<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-org5e66e7d" class="outline-3">
|
||
<h3 id="org5e66e7d"><code>assets/flake/machines/traveldroid/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org5e66e7d">
|
||
<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, flakeRoot,... }:
|
||
|
||
{
|
||
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";
|
||
|
||
# User configuration
|
||
users.users.${user.username} = {
|
||
isNormalUser = true;
|
||
extraGroups = [ "wheel" "networkmanager" ];
|
||
hashedPassword = user.hashedPassword;
|
||
home = user.homeDirectory;
|
||
};
|
||
|
||
# Optional: Enable auto-login for testing
|
||
services.getty.autologinUser = user.username;
|
||
};
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org4502382" class="outline-3">
|
||
<h3 id="org4502382"><code>assets/flake/machines/traveldroid/boot.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org4502382">
|
||
<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-org6740a40" class="outline-2">
|
||
<h2 id="org6740a40">Now we reach the top of the hierarchy which will call all other imports</h2>
|
||
<div class="outline-text-2" id="text-org6740a40">
|
||
</div>
|
||
<div id="outline-container-orga6a472d" class="outline-3">
|
||
<h3 id="orga6a472d"><code>generated/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orga6a472d">
|
||
<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, ... }:
|
||
{
|
||
imports = [
|
||
./system/top.nix
|
||
./hyprland/top.nix
|
||
# ./mangowc/top.nix
|
||
];
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org135f3dc" class="outline-3">
|
||
<h3 id="org135f3dc"><code>generated/hyprland/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org135f3dc">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
./hyprland.nix
|
||
./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
|
||
];
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orga28bd03" class="outline-3">
|
||
<h3 id="orga28bd03"><code>generated/hyprland/hyprland.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orga28bd03">
|
||
<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,
|
||
flakeRoot,
|
||
...
|
||
}:
|
||
let
|
||
hyprlandConfigDir = "${config.home-manager.users.${user.username}.xdg.configHome}/hypr";
|
||
# Dynamically read all files in assets/hyprland/conf/
|
||
hyprlandConfs =
|
||
lib.genAttrs (builtins.attrNames (builtins.readDir "${flakeRoot}/assets/hyprland/conf"))
|
||
(name: {
|
||
text = builtins.readFile "${flakeRoot}/assets/hyprland/conf/${name}";
|
||
});
|
||
in
|
||
{
|
||
# NixOS: Enable Hyprland (optional)
|
||
programs.hyprland = {
|
||
enable = true;
|
||
};
|
||
|
||
# Home Manager: Hyprland-specific configurations
|
||
home-manager.users.${user.username} = {
|
||
# Use config.home-manager.users.${user.username} instead of userConfig
|
||
home.stateVersion = config.home-manager.users.${user.username}.stateVersion or "23.11"; # Default fallback
|
||
home.username = user.username; # Use the 'user' argument
|
||
home.homeDirectory =
|
||
config.home-manager.users.${user.username}.homeDirectory or "/home/${user.username}";
|
||
|
||
wayland.windowManager.hyprland = {
|
||
enable = true;
|
||
};
|
||
|
||
# Merge dynamic Hyprland configs with existing xdg.configFile
|
||
xdg.configFile = {
|
||
# Your existing manual configs (if any)
|
||
}
|
||
// hyprlandConfs;
|
||
};
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgf45a0ab" class="outline-3">
|
||
<h3 id="orgf45a0ab"><code>generated/mangowc/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgf45a0ab">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
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-org6cf7f82" class="outline-3">
|
||
<h3 id="org6cf7f82"><code>generated/system/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org6cf7f82">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
./applications/top.nix
|
||
./core/top.nix
|
||
./development/top.nix
|
||
./system_management/top.nix
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgd56f743" class="outline-3">
|
||
<h3 id="orgd56f743"><code>generated/system/applications/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgd56f743">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
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-orgea7387c" class="outline-3">
|
||
<h3 id="orgea7387c"><code>generated/system/core/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgea7387c">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
./wayland.nix
|
||
./login-tuigreeter.nix
|
||
# ./login-lightdm.nix
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org01a48b7" class="outline-3">
|
||
<h3 id="org01a48b7"><code>generated/system/core/login-tuigreeter.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org01a48b7">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ pkgs, user, ... } :
|
||
{
|
||
environment.systemPackages = with pkgs; [
|
||
tuigreet
|
||
];
|
||
services.greetd = {
|
||
enable = true;
|
||
settings = {
|
||
default_session = {
|
||
command = pkgs.lib.mkForce "${pkgs.tuigreet}/bin/tuigreet --remember --time --time-format '%I:%M %p | %a • %h | %F'";
|
||
};
|
||
};
|
||
};
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orga07c169" class="outline-3">
|
||
<h3 id="orga07c169"><code>generated/system/core/wayland.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orga07c169">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, ... }:
|
||
{
|
||
# Enable essential services for a Wayland session
|
||
services.dbus.enable = true;
|
||
services.pipewire = {
|
||
enable = true;
|
||
alsa.enable = true;
|
||
pulse.enable = true;
|
||
wireplumber.enable = true;
|
||
};
|
||
|
||
# XDG Desktop Portal settings for better application integration
|
||
xdg.portal = {
|
||
enable = true;
|
||
config.common.default = [ "hyprland" "gtk" ];
|
||
};
|
||
|
||
# Environment variables for a Wayland session
|
||
environment.sessionVariables = {
|
||
XDG_SESSION_TYPE = "wayland";
|
||
XDG_CURRENT_DESKTOP = "Hyprland";
|
||
XCURSOR_SIZE = "24";
|
||
};
|
||
|
||
# Home Manager Wayland configurations
|
||
home-manager.users.${user.username} = {
|
||
xdg.portal = {
|
||
enable = true;
|
||
extraPortals = with pkgs; [ xdg-desktop-portal-hyprland ];
|
||
config.hyprland = {
|
||
"org.freedesktop.impl.portal.Screencast" = [ "hyprland" ];
|
||
};
|
||
};
|
||
};
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org8fdeae6" class="outline-3">
|
||
<h3 id="org8fdeae6"><code>generated/system/development/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org8fdeae6">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
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-orgf4696a0" class="outline-3">
|
||
<h3 id="orgf4696a0"><code>generated/system/system_management/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgf4696a0">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
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-org47cde8a" class="outline-3">
|
||
<h3 id="org47cde8a"><code>generated/hyprland/animations_effects/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org47cde8a">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgab1b318" class="outline-3">
|
||
<h3 id="orgab1b318"><code>generated/hyprland/decorations/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgab1b318">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgdbb33d4" class="outline-3">
|
||
<h3 id="orgdbb33d4"><code>generated/hyprland/keyboard_binds/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgdbb33d4">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{
|
||
config,
|
||
pkgs,
|
||
lib,
|
||
user,
|
||
inputs,
|
||
flakeRoot,
|
||
...
|
||
}:
|
||
let
|
||
bindingsContent = builtins.readFile (flakeRoot + "/assets/hyprland/conf/bindings.conf");
|
||
in
|
||
{
|
||
home-manager.users.${user.username} = {
|
||
wayland.windowManager.hyprland = {
|
||
enable = true;
|
||
extraConfig = bindingsContent;
|
||
};
|
||
};
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org5b31753" class="outline-3">
|
||
<h3 id="org5b31753"><code>generated/hyprland/notifications/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org5b31753">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org74b4d01" class="outline-3">
|
||
<h3 id="org74b4d01"><code>generated/hyprland/statusbar_tray/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org74b4d01">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org3ccda3f" class="outline-3">
|
||
<h3 id="org3ccda3f"><code>generated/hyprland/task_launcher/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org3ccda3f">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
./wofi.nix
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org18065a0" class="outline-3">
|
||
<h3 id="org18065a0"><code>generated/hyprland/task_launcher/wofi.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org18065a0">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, flakeRoot, ... }:
|
||
let
|
||
xdgDataHome = config.home-manager.users.${user.username}.xdg.dataHome;
|
||
in
|
||
{
|
||
# NixOS: Install Wofi system-wide (optional)
|
||
environment.systemPackages = with pkgs; [ wofi ];
|
||
|
||
# Home Manager: User-specific Wofi config
|
||
home-manager.users.${user.username} = {
|
||
# Install Wofi for the user
|
||
home.packages = with pkgs; [ wofi ];
|
||
|
||
# Wofi configuration
|
||
xdg.configFile."wofi/config".text = ''
|
||
dark
|
||
width=500
|
||
height=800
|
||
lines=10
|
||
columns=1
|
||
cache_dir=${xdgDataHome}/wofi
|
||
allow_images=true
|
||
allow_markup=true
|
||
show_drun=true
|
||
'';
|
||
/*
|
||
# Catppuccin Mocha theme for Wofi
|
||
xdg.configFile."wofi/style.css".source = pkgs.fetchFromGitHub {
|
||
owner = "catppuccin";
|
||
repo = "wofi";
|
||
rev = "d4c8c0a6b57e2e97a0d7b87e186322e933a8d9e0"; # Example commit hash (replace with a valid one)
|
||
sha256 = "sha256-0Rn9CKPm0v3rXlx7nyXD3QJ5Xq3XZvBwgqXzWmOyZkA="; # Replace with the correct hash
|
||
} + "/mocha.css"; # Correct file name
|
||
*/
|
||
};
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org327d3bf" class="outline-3">
|
||
<h3 id="org327d3bf"><code>generated/hyprland/task_window_workspace_switcher/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org327d3bf">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org5656f7f" class="outline-3">
|
||
<h3 id="org5656f7f"><code>generated/hyprland/window_rules/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org5656f7f">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org725ab86" class="outline-3">
|
||
<h3 id="org725ab86"><code>generated/mangowc/animations_effects/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org725ab86">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org5c78c37" class="outline-3">
|
||
<h3 id="org5c78c37"><code>generated/mangowc/decorations/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org5c78c37">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org1ddd9a7" class="outline-3">
|
||
<h3 id="org1ddd9a7"><code>generated/mangowc/keyboard_binds/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org1ddd9a7">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{
|
||
config,
|
||
pkgs,
|
||
lib,
|
||
user,
|
||
inputs,
|
||
flakeRoot,
|
||
...
|
||
}:
|
||
let
|
||
bindingsContent = builtins.readFile (flakeRoot + "/assets/hyprland/conf/bindings.conf");
|
||
userConfig = import (flakeRoot + "/assets/flake/users/henrov.nix");
|
||
in
|
||
{
|
||
home-manager.users.${user.username} = {
|
||
home.stateVersion = userConfig.stateVersion;
|
||
home.username = userConfig.username;
|
||
home.homeDirectory = userConfig.homeDirectory;
|
||
wayland.windowManager.hyprland = {
|
||
enable = true;
|
||
extraConfig = bindingsContent;
|
||
};
|
||
};
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgfda08d5" class="outline-3">
|
||
<h3 id="orgfda08d5"><code>generated/mangowc/notifications/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgfda08d5">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org3559a1a" class="outline-3">
|
||
<h3 id="org3559a1a"><code>generated/mangowc/statusbar_tray/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org3559a1a">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgc2141e1" class="outline-3">
|
||
<h3 id="orgc2141e1"><code>generated/mangowc/task_launcher/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgc2141e1">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org4b71e66" class="outline-3">
|
||
<h3 id="org4b71e66"><code>generated/mangowc/task_launcher/wofi.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org4b71e66">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgc7c3654" class="outline-3">
|
||
<h3 id="orgc7c3654"><code>generated/mangowc/task_window_workspace_switcher/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgc7c3654">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org3d8c289" class="outline-3">
|
||
<h3 id="org3d8c289"><code>generated/mangowc/window_rules/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org3d8c289">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgd827154" class="outline-3">
|
||
<h3 id="orgd827154"><code>generated/system/applications/accessibility/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgd827154">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org00c2023" class="outline-3">
|
||
<h3 id="org00c2023"><code>generated/system/applications/file_management/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org00c2023">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org58c774f" class="outline-3">
|
||
<h3 id="org58c774f"><code>generated/system/applications/gaming/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org58c774f">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org6203323" class="outline-3">
|
||
<h3 id="org6203323"><code>generated/system/applications/media_playback_editing/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org6203323">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgdbf1192" class="outline-3">
|
||
<h3 id="orgdbf1192"><code>generated/system/applications/office_productivity/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgdbf1192">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org47831e2" class="outline-3">
|
||
<h3 id="org47831e2"><code>generated/system/applications/terminal_shell/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org47831e2">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
./kitty.nix
|
||
./starship.nix
|
||
./zsh.nix
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org6a0eb77" class="outline-3">
|
||
<h3 id="org6a0eb77"><code>generated/system/applications/terminal_shell/kitty.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org6a0eb77">
|
||
<p>
|
||
This file sets up Kitty terminal
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, flakeRoot, ... }:
|
||
let
|
||
kittyConfigDir = "${config.home-manager.users.${user.username}.xdg.configHome}/kitty";
|
||
in
|
||
{
|
||
home-manager.users.${user.username} = {
|
||
programs.kitty = {
|
||
enable = true;
|
||
};
|
||
|
||
# Use the kitty.conf from your assets
|
||
xdg.configFile."kitty/kitty.conf".source = "${flakeRoot}/assets/conf/kitty/kitty.conf";
|
||
};
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org90a76c9" class="outline-3">
|
||
<h3 id="org90a76c9"><code>generated/system/applications/terminal_shell/starship.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org90a76c9">
|
||
<p>
|
||
This file sets up starship prompt
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, flakeRoot, ... }:
|
||
{
|
||
home-manager.users.${user.username} = {
|
||
programs.starship = {
|
||
enable = true;
|
||
};
|
||
|
||
# Use the starship.toml from your assets
|
||
xdg.configFile."starship.toml".source = "${flakeRoot}/assets/common/conf/starship.toml";
|
||
};
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org5da1e61" class="outline-3">
|
||
<h3 id="org5da1e61"><code>generated/system/applications/terminal_shell/zsh.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org5da1e61">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, ... }:
|
||
let
|
||
zshConfigDir = "${config.home-manager.users.${user.username}.xdg.configHome}/zsh";
|
||
in
|
||
{
|
||
home-manager.users.${user.username} = {
|
||
# Install zsh-syntax-highlighting
|
||
home.packages = with pkgs; [
|
||
zsh-syntax-highlighting
|
||
];
|
||
|
||
programs.zsh = {
|
||
enable = true;
|
||
enableCompletion = true;
|
||
autosuggestion.enable = true;
|
||
# Disable syntaxHighlighting.enable (we handle it manually)
|
||
oh-my-zsh = {
|
||
enable = true;
|
||
theme = "agnoster";
|
||
plugins = [
|
||
"git"
|
||
"docker"
|
||
"kubectl"
|
||
"history"
|
||
"command-not-found"
|
||
"extract"
|
||
];
|
||
};
|
||
shellAliases = {
|
||
ls = "exa --icons -a --group-directories-first";
|
||
ll = "exa --icons -la --group-directories-first";
|
||
};
|
||
};
|
||
|
||
# Consolidated .zshrc
|
||
xdg.configFile."zsh/.zshrc".text = lib.concatStringsSep "\n" [
|
||
"# Oh-My-Zsh"
|
||
"export ZSH=\"${zshConfigDir}\""
|
||
"source \"${pkgs.zsh}/share/zsh/functions/Newuser/zsh-newuser-install\""
|
||
"source \"${zshConfigDir}/oh-my-zsh.sh\""
|
||
""
|
||
"# Zsh options"
|
||
"setopt AUTO_CD"
|
||
"setopt CORRECT"
|
||
"setopt INTERACTIVE_COMMENTS"
|
||
""
|
||
"# zsh-syntax-highlighting (manually sourced)"
|
||
"source ${pkgs.zsh-syntax-highlighting}/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
|
||
""
|
||
"# Starship"
|
||
"eval \"$(starship init zsh)\""
|
||
""
|
||
"# fzf"
|
||
"source \"${pkgs.fzf}/shell/key-bindings.zsh\""
|
||
"source \"${pkgs.fzf}/shell/completion.zsh\""
|
||
""
|
||
"# User customizations"
|
||
"source \"${zshConfigDir}/custom.zsh\" 2>/dev/null"
|
||
];
|
||
|
||
# User customizations
|
||
xdg.configFile."zsh/custom.zsh".text = ''
|
||
export EDITOR="nvim"
|
||
export PATH="$HOME/.local/bin:$PATH"
|
||
'';
|
||
};
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org2525b5f" class="outline-3">
|
||
<h3 id="org2525b5f"><code>generated/system/development/databases/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org2525b5f">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org3e8822c" class="outline-3">
|
||
<h3 id="org3e8822c"><code>generated/system/development/devops_ci_cd/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org3e8822c">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org153d2e0" class="outline-3">
|
||
<h3 id="org153d2e0"><code>generated/system/development/programming_languages/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org153d2e0">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org4effcb3" class="outline-3">
|
||
<h3 id="org4effcb3"><code>generated/system/development/virtualization/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org4effcb3">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgad6d2b3" class="outline-3">
|
||
<h3 id="orgad6d2b3"><code>generated/system/development/web_development/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgad6d2b3">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org0271d3f" class="outline-3">
|
||
<h3 id="org0271d3f"><code>generated/system/system_management/audio/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org0271d3f">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org9abd7f3" class="outline-3">
|
||
<h3 id="org9abd7f3"><code>generated/system/system_management/backups/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org9abd7f3">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgcd15fb3" class="outline-3">
|
||
<h3 id="orgcd15fb3"><code>generated/system/system_management/bluetooth/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgcd15fb3">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orge52ac66" class="outline-3">
|
||
<h3 id="orge52ac66"><code>generated/system/system_management/disk_management/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orge52ac66">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orga573819" class="outline-3">
|
||
<h3 id="orga573819"><code>generated/system/system_management/hardware_sensors/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orga573819">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org338c081" class="outline-3">
|
||
<h3 id="org338c081"><code>generated/system/system_management/logging_monitoring/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org338c081">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org1108dce" class="outline-3">
|
||
<h3 id="org1108dce"><code>generated/system/system_management/login_manager/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org1108dce">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgcbcd4e2" class="outline-3">
|
||
<h3 id="orgcbcd4e2"><code>generated/system/system_management/monitor_setup/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgcbcd4e2">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org1cc8bce" class="outline-3">
|
||
<h3 id="org1cc8bce"><code>generated/system/system_management/networking/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org1cc8bce">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org895fc14" class="outline-3">
|
||
<h3 id="org895fc14"><code>generated/system/system_management/power_management/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org895fc14">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orgec44db6" class="outline-3">
|
||
<h3 id="orgec44db6"><code>generated/system/system_management/printers_scanners/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orgec44db6">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-org1dabb6b" class="outline-3">
|
||
<h3 id="org1dabb6b"><code>generated/system/system_management/security/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-org1dabb6b">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
imports = [
|
||
# No subfolders to import
|
||
];
|
||
# .. put any code here
|
||
}
|
||
</pre>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="outline-container-orga3adb89" class="outline-3">
|
||
<h3 id="orga3adb89"><code>generated/system/system_management/system_updates/top.nix</code></h3>
|
||
<div class="outline-text-3" id="text-orga3adb89">
|
||
<p>
|
||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||
</p>
|
||
<div class="org-src-container">
|
||
<pre class="src src-nix">{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||
{
|
||
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-08 zo 10:31</p>
|
||
<p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
|
||
</div>
|
||
</body>
|
||
</html>
|