All checks were successful
Discord / discord commits (push) Has been skipped
Flake Inputs: • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-03-05) rev: a26aa2dd3ed4b4bb5572d4582bb75aaa6bc2a737 → 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-03-07) rev: 7af4f106e77eed9a41a2b455a48325ce59276e27 • Updated input 'home-manager': 'github:nix-community/home-manager' (2025-03-05) rev: def0dbbcea715d4514ca343ab4d6d7f3a1742da0 → 'github:nix-community/home-manager' (2025-03-05) rev: 486b066025dccd8af7fbe5dd2cc79e46b88c80da • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2025-03-05) rev: b51ab182ae3e8d88426af856b59dd28c6a9722ef → 'github:hyprwm/Hyprland' (2025-03-06) rev: 7753e8ea686ba0aeaa825502f27e5b3f813faade • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS' (2025-03-04) rev: 7634e1f091586438191c7924aa486e04416abc25 → 'github:Jovian-Experiments/Jovian-NixOS' (2025-03-06) rev: 571925b8525dec6eae78f658a5ec1bbcf9e1390e • Updated input 'nix-gaming': 'github:fufexan/nix-gaming' (2025-03-05) rev: b3902c97add51d94f335f6916bdd4b68b73d8f74 → 'github:fufexan/nix-gaming' (2025-03-07) rev: 0e78e723bdf5a13dc45f3a6b994715b871c3f650 • Updated input 'nixcord': 'github:kaylorben/nixcord' (2025-03-01) rev: a1b3b4ccc9d48791ea63d1e94819077a1e379e2a → 'github:kaylorben/nixcord' (2025-03-07) rev: 269b69665a78f57f2bc1b62e05e823815f41cea9 • Updated input 'nixpkgs': 'github:NixOS/nixpkgs' (2025-03-03) rev: ba487dbc9d04e0634c64e3b1f0d25839a0a68246 → 'github:NixOS/nixpkgs' (2025-03-05) rev: d69ab0d71b22fa1ce3dbeff666e6deb4917db049 • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2025-03-05) rev: 7c64cad9e5c0a61f8796a1c2f5cd070cc37776a2 → 'github:nix-community/nixpkgs-wayland' (2025-03-07) rev: 2c1c881dc496216f0ecaeac8f67aa7864a79d620 • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2025-03-05) rev: cbc3a15922e0981a59a2d7b8f2df8bfe646e3c9a → 'github:make-all/tuya-local' (2025-03-06) rev: 934321b6d681783a8c21a97bc8346dd94ffa6fef |
||
---|---|---|
.. | ||
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. |