All checks were successful
Discord / discord commits (push) Has been skipped
Flake Inputs: • Updated input 'astal': 'github:Aylur/astal' (2025-02-11) rev: ee91402cabc994bb4fb7c3f5405a218ad0b57fd3 → 'github:Aylur/astal' (2025-02-12) rev: 956b74fd9ff8c607b6683b404860c4e6b30ffe2b • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-02-11) rev: 38f1ef0f9b56518e2ffafeb1f66eba383ab2e4b7 → 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-02-13) rev: ac5003dea6153df4f6e5928ae76715e69444fbed • Updated input 'home-manager': 'github:nix-community/home-manager' (2025-02-11) rev: 83bd3a26ac0526ae04fa74df46738bb44b89dcdd → 'github:nix-community/home-manager' (2025-02-13) rev: 22b418c13fb0be43f4bc5c185f323a3237028594 • Updated input 'hyprgrass': 'github:horriblename/hyprgrass' (2025-02-02) rev: 499fd954a95aa2a1fee6cc31c098f6daa5ead3af → 'github:horriblename/hyprgrass' (2025-02-12) rev: 6c699ec80004f724bd020d206bbab1e64d5ae03e • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2025-02-12) rev: 68bb3e7f0a1d528a8b2da1f92d2005889587561d → 'github:hyprwm/Hyprland' (2025-02-13) rev: 40adb3dfb4b6f8cf0c5093f095954e3ef162a8eb • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-12) rev: 3dab95e02b5eeb9aec44a161bbed2b16b3d03aac → 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-13) rev: 27f77b393bb2cf8740d2275cb59254f742469f64 • Updated input 'nix-eval-jobs': 'github:nix-community/nix-eval-jobs' (2025-01-23) rev: 6521196d5900db73e4e18b84a2162486b19c141b → 'github:nix-community/nix-eval-jobs' (2025-02-13) rev: 6d4fd5a93d7bc953ffa4dcd6d53ad7056a71eff7 • Updated input 'nix-gaming': 'github:fufexan/nix-gaming' (2025-02-11) rev: 1d23e26a88c30f401ecd8a654d71ac6441d0d324 → 'github:fufexan/nix-gaming' (2025-02-13) rev: 78967efda12abfb171fa837c7b9f9d1043277a15 • Updated input 'nixcord': 'github:kaylorben/nixcord' (2025-02-11) rev: 6696ee49650793e8a1d2def341c4fd75cc856f91 → 'github:kaylorben/nixcord' (2025-02-13) rev: 13e0ab2cc99c9fd26121c50b7e75bda5745f17cf • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2025-02-12) rev: aa13cfafacad104ce67c961be48461d3fc52f57b → 'github:nix-community/nixpkgs-wayland' (2025-02-13) rev: 731a05226213f16fac030f6da40f3d86918dd565 • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2025-02-11) rev: 064889632d3b95afd2a37b6f353cd341f34bb2bd → 'github:make-all/tuya-local' (2025-02-13) rev: 9cd14321afaf5962eb3f8081460e4f2369441ab2 Docker Images: • vegardit/gitea-act-runner dind-latest: sha256:8ae2791e150cf9d5378e14f7345b3f3ac46c6f16903d9a8338ffcea19e0f060e → sha256:4cb51f15113a3448daae197525e026d2a2cf7aac8336c27404100d48d90e7926 Node modules: @types/node: 22.13.1 -> 22.13.2 |
||
---|---|---|
.. | ||
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. |