Flake Inputs: • Updated input 'home-manager': 'github:nix-community/home-manager' (2025-04-30) rev: 5f217e5a319f6c186283b530f8c975e66c028433 → 'github:nix-community/home-manager' (2025-05-01) rev: 81431b6d6fa756db641109461fc943ba23b550b7 • Updated input 'hyprgrass': 'github:horriblename/hyprgrass' (2025-04-30) rev: 989def277955e7ae49aa8b52cdee97b8c872a79f → 'github:horriblename/hyprgrass' (2025-05-01) rev: 405275bb8918ac2acf1ea6dd5cd2303e3bde3a57 • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2025-04-30) rev: 2ee5118d7a4a59d3ccfaed305bfc05c79cea7637 → 'github:hyprwm/Hyprland' (2025-05-01) rev: 2670b8f7724e94020f21fe81483e69d73e1337cf • Updated input 'hyprland-plugins': 'github:hyprwm/hyprland-plugins' (2025-04-30) rev: a53ebab1caca961be2172c47e05f9b06a60ebb7f → 'github:hyprwm/hyprland-plugins' (2025-05-01) rev: 16fddaab1eb501b19543b950d8eb68fd7974c81c • Updated input 'nixd': 'github:nix-community/nixd' (2025-04-12) rev: 3aa27fde1edcf7b126c70a62aad05d120209363c → 'github:nix-community/nixd' (2025-05-01) rev: 4e103b988dff459f8f8a5f845711179e7127ca36 • Updated input 'nixos-jellyfin': 'github:matt1432/nixos-jellyfin' (2025-04-20) rev: 6cf5ea1f14d318273bfab8a0c5caf174b6ae9b7d → 'github:matt1432/nixos-jellyfin' (2025-05-01) rev: 937a2287568742e2a672a07bb227c744e6118b60 • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2025-04-27) rev: f34ff5e864de4424cb784284ee4f1596a9e6964b → 'github:make-all/tuya-local' (2025-05-01) rev: dda598f81b6ef650485ae664efbf1797dab9b5f0 Docker Images: • cyfershepard/jellystat latest: sha256:3cb35f261ae2581e90c64e00a5a310247cd886832e7ccd71f79a6205963de44e → sha256:683358900cff8d299fa93add731b2976d7c9bc49f9593f40f5351498fd488767 |
||
---|---|---|
.. | ||
ags | ||
base | ||
borgbackup | ||
caddy-plus | ||
desktop | ||
docker | ||
esphome-plus | ||
ha-plus | ||
kmscon | ||
meta | ||
nvidia | ||
plymouth | ||
quickshell | ||
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. |