All checks were successful
Discord / discord commits (push) Has been skipped
Flake Inputs: • Updated input 'astal': 'github:Aylur/astal' (2025-03-05) rev: db51a2bfdb726405660d300936cb6c7251785a0b → 'github:Aylur/astal' (2025-03-07) rev: e14e19c220575446c4a0e815705c88b28e3850e0 • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-03-07) rev: 7af4f106e77eed9a41a2b455a48325ce59276e27 → 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-03-07) rev: f23308444a94b96cf943fedc669bf2b7bc505a16 • Updated input 'home-manager': 'github:nix-community/home-manager' (2025-03-05) rev: 486b066025dccd8af7fbe5dd2cc79e46b88c80da → 'github:nix-community/home-manager' (2025-03-07) rev: 04c915bcf1a1eac3519372ff3185beef053fba7c • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS' (2025-03-06) rev: 571925b8525dec6eae78f658a5ec1bbcf9e1390e → 'github:Jovian-Experiments/Jovian-NixOS' (2025-03-07) rev: 1821e6ae980ff6175d28065ad6d0c87560d2b8ea • Updated input 'kompass': 'github:kotontrion/kompass' (2025-02-21) rev: d463928bc18ebddc978c3a6c141790e115c19fac → 'github:kotontrion/kompass' (2025-03-07) rev: c3079b5d96c2d0b450c718f971264974a5071f9a • Updated input 'nh': 'github:viperML/nh' (2025-02-26) rev: 1b25d633376f50139f7b8fe314c8914711d44b42 → 'github:viperML/nh' (2025-03-07) rev: 509dd6c96eefa11e7324f475a86ff4ea447987b7 • Updated input 'nixpkgs': 'github:NixOS/nixpkgs' (2025-03-05) rev: d69ab0d71b22fa1ce3dbeff666e6deb4917db049 → 'github:NixOS/nixpkgs' (2025-03-06) rev: 10069ef4cf863633f57238f179a0297de84bd8d3 • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2025-03-07) rev: 2c1c881dc496216f0ecaeac8f67aa7864a79d620 → 'github:nix-community/nixpkgs-wayland' (2025-03-07) rev: ef25348c4447a2fc6603c76aee6c0b4532488107 • Updated input 'piper-src': 'github:libratbag/piper' (2024-11-24) rev: 3e5a6b96d09f7a65242ba90cbfbba64fc673b9ff → 'github:libratbag/piper' (2025-03-07) rev: c9f8249b1c1a422d75c74071965ed3aa5cd17dbd • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-02-27) rev: a689652dde8f79317adbe4aad98b7273e7b1f0f3 → 'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-03-07) rev: 54faa6eb694ddba31274036dfb60f6e63c57f56a |
||
---|---|---|
.. | ||
ags | ||
base | ||
borgbackup | ||
caddy-plus | ||
desktop | ||
docker | ||
esphome-plus | ||
ha-plus | ||
kmscon | ||
meta | ||
nvidia | ||
plymouth | ||
server | ||
tmux | ||
wyoming-plus | ||
default.nix | ||
README.md |
NixosModules
This directory contains every modules for NixOS exposed by this flake.
List of my modules found in self.nixosModules
Name | Description |
---|---|
base |
Sets up locale, nix config, binary caches, general packages and some miscellaneous configs I might want on every device I use. |
base-droid |
Sets up locale, nix config, binary caches, general packages and some miscellaneous configs I might want on every nix-on-droid device I use. |
borgbackup |
Sets up a wrapper around services.borgbackup to setup default behaviour and make configuration of backups easier. |
caddy-plus |
Extends the caddy options to allow declaring subdirectory routes and reverse proxy directives through nix code. |
desktop |
Sets up a Display Manager, a Desktop Environment and themes for any graphical apps to use the Dracula Theme. This module uses Hyprland as window manager and AGS / Astal for the UI. |
docker |
Imports nixos-docker-compose, sets default options such as BTRFS filesystem and adds an update script for images. |
esphome-plus |
Fixes a bug with compilation of m5-atom-stack firmware and allows declaring firmware configurations in nix code. |
ha-plus |
Extends the home-assistant options to allow declaring the content of specific configuration files in the home-assistant configuration directory such as custom sentences through nix code. |
kmscon |
Extends the kmscon options to add more descriptive ones. |
meta |
Adds options to declare the documentation of my devices that will be generated to ./configurations/README.md . |
nvidia |
Abstracts NVIDIA options and miscellaneous fixes behind simpler options. |
plymouth |
Sets some boot options to make the boot sequence cleaner. |
server |
Sets up sshd, tailscale and related configurations. |
tmux |
Uses the home-manager tmux module to declare my custom configuration and links it to /etc to set it globally. |
wyoming-plus |
Extends the wyoming.openwakeword options to allow declaring flags used by the fork of wyoming-openwakeword exposed by this module. |