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-02-20) rev: 51d883b97f057efc4168aaa80d5364ace8beef9b → 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-02-22) rev: 7e8d6b3f33d7a45caf294cc22fb4cfffa7b09a3a • Updated input 'home-manager': 'github:nix-community/home-manager' (2025-02-21) rev: 3c82285348bc811b723014cf4dba2f87e7ffc885 → 'github:nix-community/home-manager' (2025-02-22) rev: cb3f6e9b59d3a5e51ef9f7da2b8418d5c72aaef8 • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2025-02-21) rev: 0e24f9c0d55fcd9a5b2461a865d0e5dc2ea195c8 → 'github:hyprwm/Hyprland' (2025-02-21) rev: f4b148df1e2d8edc96bd878a4cfde32ca6515ac8 • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-21) rev: 853fa6c627c568ef1452083fdc917a43f52cb6e0 → 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-22) rev: b555a7faa4831d47b3e11c78195d339f5ae58b3b • Updated input 'nix-gaming': 'github:fufexan/nix-gaming' (2025-02-21) rev: e319f4c8f0082f2b69cf7580b41cf577211f3742 → 'github:fufexan/nix-gaming' (2025-02-22) rev: 98d916077d100f8e220dad75c70a61382747b609 • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2025-02-21) rev: cd1e927d3e66c3af30e860a006da744bba2c7cad → 'github:nix-community/nixpkgs-wayland' (2025-02-22) rev: 15203f2f89f630c7458b1c684df0374d67c6416f • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-02-21) rev: d0ac923a443d93f4f95f3522c6ee1a8292b0947e → 'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-02-21) rev: b3e2a328337d12046fc8e23b084d9b7971e40869 • Updated input 'spotifywebapi-src': 'github:thlucas1/SpotifyWebApiPython' (2025-02-20) rev: 60d2906637dc4724ccc62fa0c7a6251c75c570fc → 'github:thlucas1/SpotifyWebApiPython' (2025-02-22) rev: ee75577b1e4e39fa233beebc27b5200c5b3bd5c0 • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2025-02-21) rev: 9a5c1e516c8d6c3b0ecd7b6f890ede2a8dd178a6 → 'github:make-all/tuya-local' (2025-02-22) rev: 1c8b4719d20ee614ee556dcf69e32a0dbd8da14c Docker Images: • postgres 14: sha256:5d8330e221083215ffbb3c5feeb2cfe44aadda827bc3f0dad9bbf3e58ed2e895 → sha256:0c39cbac2c87f0342f38f55cb1f3414726237086b3ab588ddbab3c81a8e08e0a • postgres 15-alpine: sha256:4bd44d9ac596285e113c44feb6f1e5e0c63c0121282dede187c9a5b9f8597efe → sha256:bfee8fabec7c662311eff39111a890f68a46a78a3b35e91353e185e7d5918517 • ghcr.io/linuxserver/sonarr latest: sha256:28d9dcbc846aed74bd47dc90305e016183443ddc3dfa3e8bcac268fc653a6e5e → sha256:4dfedb2598dc6bd51c40f4ecea2631dbe367840678ab109cd968f821d81a5327 Node modules: @types/node: 22.13.4 -> 22.13.5 eslint: 9.20.1 -> 9.21.0 @eslint/js: 9.20.0 -> 9.21.0 |
||
---|---|---|
.. | ||
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. |