nixos-configs/inputs.nix

393 lines
7.4 KiB
Nix
Raw Normal View History

let
2024-09-23 23:52:17 -04:00
inherit (import ./lib {}) mkDep mkInput mkHyprDep mkSrc;
inherit (builtins) listToAttrs map removeAttrs;
# Inputs
nixTools = {
2024-07-23 21:40:13 -04:00
nix-fast-build = mkDep {
owner = "Mic92";
repo = "nix-fast-build";
};
nix-index-db = mkDep {
owner = "Mic92";
repo = "nix-index-database";
};
nh = mkDep {
owner = "viperML";
repo = "nh";
};
# These are here to make sure all 'systems' are the same
flake-utils = mkInput {
owner = "numtide";
repo = "flake-utils";
};
chore: update flake.lock Flake Inputs: • Updated input 'astal': 'github:Aylur/astal/9e63fe3' (2024-09-28) → 'github:Aylur/astal/f17b28d' (2024-09-29) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=ebc8c69' (2024-09-27) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=0eb9ce0' (2024-09-29) • Updated input 'hyprland/hyprcursor': 'github:hyprwm/hyprcursor/912d560' (2024-08-02) → 'github:hyprwm/hyprcursor/b98726e' (2024-09-28) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/b9750ee' (2024-09-28) → 'github:fufexan/nix-gaming/6401744' (2024-09-29) • Updated input 'nix-gaming/umu': 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=e42043a&submodules=1' (2024-09-19) → 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=5cc1c3f&submodules=1' (2024-09-25) • Updated input 'nix-index-db': 'github:Mic92/nix-index-database/c7515c2' (2024-09-22) → 'github:Mic92/nix-index-database/a2ab158' (2024-09-29) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/811af6a' (2024-09-27) → 'github:nix-community/nixpkgs-wayland/206b2a2' (2024-09-29) • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus/f017285' (2024-09-28) → 'github:thlucas1/homeassistantcomponent_spotifyplus/0765d55' (2024-09-29) Docker Images: • ghcr.io/linuxserver/radarr latest: sha256:1a50d4f08e283aa9ff4c723b940dceb4e8aeff7946e1993213efd0de3d5a4adb → sha256:d758c5a5edc4cda1263260948b3f460f511430bccea505dca3cb70af01332ff8
2024-09-29 16:31:31 -04:00
flake-parts = mkInput {
owner = "hercules-ci";
repo = "flake-parts";
inputs.nixpkgs-lib.follows = "nixpkgs";
};
treefmt-nix = mkDep {
owner = "numtide";
repo = "treefmt-nix";
};
lib-aggregate = mkInput {
owner = "nix-community";
repo = "lib-aggregate";
};
};
overlays = {
nixpkgs-wayland = mkDep {
owner = "nix-community";
repo = "nixpkgs-wayland";
};
nix-gaming = mkDep {
owner = "fufexan";
repo = "nix-gaming";
};
};
nvimInputs = {
2024-05-29 21:18:50 -04:00
# uses nixVersions.nix_2_19
nixd = mkDep {
owner = "nix-community";
repo = "nixd";
};
};
clusterInputs = {
pcsd = mkDep {
owner = "matt1432";
repo = "nixos-pcsd";
};
caddy-plugins = mkDep {
owner = "matt1432";
repo = "nixos-caddy-cloudflare";
};
};
serviviInputs = {
minix = mkDep {
owner = "matt1432";
repo = "Minix";
};
2024-07-30 00:24:10 -04:00
pr-tracker = mkDep {
owner = "matt1432";
repo = "pr-tracker";
};
};
nosInputs = {
2024-07-24 15:49:31 -04:00
khepri = mkDep {
owner = "matt1432";
repo = "khepri";
};
jellyfin-flake = mkDep {
owner = "matt1432";
repo = "nixos-jellyfin";
};
bazarr-bulk = mkDep {
owner = "mateoradman";
repo = "bazarr-bulk";
};
subsync = mkDep {
owner = "matt1432";
repo = "subsync";
# Keep version that uses Sphinxbase
rev = "ee9e1592ae4ec7c694d8857aa72be079d81ea209";
};
};
desktopInputs = {
hyprlandInputs = {
hyprland = mkDep {
chore: update flake.lock Flake Inputs: • Updated input 'astal': 'github:Aylur/astal/9e63fe3' (2024-09-28) → 'github:Aylur/astal/f17b28d' (2024-09-29) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=ebc8c69' (2024-09-27) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=0eb9ce0' (2024-09-29) • Updated input 'hyprland/hyprcursor': 'github:hyprwm/hyprcursor/912d560' (2024-08-02) → 'github:hyprwm/hyprcursor/b98726e' (2024-09-28) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/b9750ee' (2024-09-28) → 'github:fufexan/nix-gaming/6401744' (2024-09-29) • Updated input 'nix-gaming/umu': 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=e42043a&submodules=1' (2024-09-19) → 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=5cc1c3f&submodules=1' (2024-09-25) • Updated input 'nix-index-db': 'github:Mic92/nix-index-database/c7515c2' (2024-09-22) → 'github:Mic92/nix-index-database/a2ab158' (2024-09-29) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/811af6a' (2024-09-27) → 'github:nix-community/nixpkgs-wayland/206b2a2' (2024-09-29) • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus/f017285' (2024-09-28) → 'github:thlucas1/homeassistantcomponent_spotifyplus/0765d55' (2024-09-29) Docker Images: • ghcr.io/linuxserver/radarr latest: sha256:1a50d4f08e283aa9ff4c723b940dceb4e8aeff7946e1993213efd0de3d5a4adb → sha256:d758c5a5edc4cda1263260948b3f460f511430bccea505dca3cb70af01332ff8
2024-09-29 16:31:31 -04:00
owner = "hyprwm";
repo = "Hyprland";
chore: update flake.lock Flake Inputs: • Updated input 'astal': 'github:Aylur/astal/61727b0' (2024-10-24) → 'github:Aylur/astal/7e48418' (2024-10-28) • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar/5962ac7' (2024-10-24) → 'github:elchininet/custom-sidebar/395688b' (2024-10-27) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/e4547ee' (2024-10-23) → 'github:matt1432/discord-nightly-overlay/97a9864' (2024-10-26) • Updated input 'firefox-gx-src': 'github:Godiesc/firefox-gx/eed2d63' (2024-10-24) → 'github:Godiesc/firefox-gx/2d1f5ce' (2024-10-27) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=5ffa725' (2024-10-24) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=05c74e5' (2024-10-27) • Updated input 'home-manager': 'github:nix-community/home-manager/a4353cc' (2024-10-23) → 'github:nix-community/home-manager/e834140' (2024-10-27) • Updated input 'hyprgrass': 'github:horriblename/hyprgrass/76063c5' (2024-10-24) → 'github:horriblename/hyprgrass/4045c9f' (2024-10-27) • Updated input 'hyprland': 'github:hyprwm/Hyprland/3cec45d' (2024-10-24) → 'github:hyprwm/Hyprland/b6e226c' (2024-10-27) • Updated input 'hyprpaper': 'github:hyprwm/hyprpaper/1c18ad6' (2024-09-01) → 'github:hyprwm/hyprpaper/3f8cc92' (2024-10-25) • Updated input 'jellyfin-flake': 'github:matt1432/nixos-jellyfin/8ed2440' (2024-09-10) → 'github:matt1432/nixos-jellyfin/8b98490' (2024-10-27) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/899f84d' (2024-10-24) → 'github:Jovian-Experiments/Jovian-NixOS/b0d86a6' (2024-10-26) • Updated input 'material-symbols-src': 'github:beecho01/material-symbols/f32fef0' (2024-10-24) → 'github:beecho01/material-symbols/f1de6ed' (2024-10-27) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/af2e2e0' (2024-10-24) → 'github:fufexan/nix-gaming/655bf9e' (2024-10-27) • Updated input 'nix-index-db': 'github:Mic92/nix-index-database/04f8a11' (2024-10-20) → 'github:Mic92/nix-index-database/0e3a877' (2024-10-27) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/2768c7d' (2024-10-23) → 'github:NixOS/nixpkgs/18536bf' (2024-10-25) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/6adff06' (2024-10-24) → 'github:nix-community/nixpkgs-wayland/8d5faa9' (2024-10-27) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/774ed5f' (2024-10-24) → 'github:matt1432/nixos-pcsd/4713aff' (2024-10-26) • Updated input 'sops-nix': 'github:Mic92/sops-nix/78a0e63' (2024-10-24) → 'github:Mic92/sops-nix/1666d16' (2024-10-27) • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus/188f1ec' (2024-10-22) → 'github:thlucas1/homeassistantcomponent_spotifyplus/f4ab736' (2024-10-27) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/6ebc191' (2024-10-22) → 'github:make-all/tuya-local/b7a596f' (2024-10-27) • Updated input 'wakewords-src': 'github:fwartner/home-assistant-wakewords-collection/de66e86' (2024-09-02) → 'github:fwartner/home-assistant-wakewords-collection/86f3c2b' (2024-10-25) Docker Images: • nextcloud fpm: sha256:29088f7a332ae59f57b0b121bd9d6c6cf0dda1c536c8b7c889f28182e1c26601 → sha256:a45c76bad7a7cdc9b6d034409f1dabc23cc6bd3e6bb3ce62866eda1f9c10d114 • quay.io/vaultwarden/server latest: sha256:c07f5319d20bdbd58a19d7d779a1e97159ce25cb95572baa947c70f58589937c → sha256:7de8fd442afc26e4932a0b2521e2eec82db9f17667eef7b46fd9c2fa2e639de2 • ghcr.io/linuxserver/radarr latest: sha256:e0045d420eaf298a9449e12ed1cce654f171cc1043311f0f1cadaf2afeabe795 → sha256:a5a1fdf02aa14abc33a507eafa125ff57cb83f251a519536bce331ce9e008ef7 • ghcr.io/linuxserver/sonarr latest: sha256:db80ed8022dd15143644752a57db0553e48e23e3da54bdb9833d28ff89206a3c → sha256:c0281bd62b9a75f088fa4a09e5f8776431921883766633cb5e5fbd5a74761155 Firefox Addons: bitwarden: 2024.10.0 -> 2024.10.1
2024-10-27 22:07:14 -04:00
# FIXME: remove this once plugins chase latest hyprland
rev = "b6e226c3200276978e487a68a16fd696fcb7e7c8";
};
hyprland-plugins = mkHyprDep {
owner = "hyprwm";
repo = "hyprland-plugins";
# type = "path";
# path = "/home/matt/git/hyprland-plugins";
};
2024-06-16 14:33:58 -04:00
hyprgrass = mkHyprDep {
owner = "horriblename";
repo = "hyprgrass";
};
2024-09-12 13:30:14 -04:00
hyprpaper = mkDep {
chore: update flake.lock Flake Inputs: • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/6140012' (2024-08-31) → 'github:matt1432/discord-nightly-overlay/a4a9f83' (2024-09-02) • Updated input 'discord-overlay/Vencord-src': 'github:Vendicated/vencord/db2f5c9' (2024-08-29) → 'github:Vendicated/vencord/accfc15' (2024-09-02) • Updated input 'home-manager': 'github:nix-community/home-manager/c2cd2a5' (2024-08-23) → 'github:nix-community/home-manager/471e3eb' (2024-09-01) • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=a6315b0&submodules=1' (2024-08-31) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=6934e7a&submodules=1' (2024-09-01) • Added input 'hyprpaper': 'github:hyprwm/hyprpaper/1c18ad6' (2024-09-01) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/a14f978' (2024-08-30) → 'github:Jovian-Experiments/Jovian-NixOS/b13488a' (2024-09-01) • Updated input 'nh': 'github:viperML/nh/a922ead' (2024-08-26) → 'github:viperML/nh/5dd64eb' (2024-09-02) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/963803d' (2024-08-25) → 'github:fufexan/nix-gaming/76446e8' (2024-09-01) • Updated input 'nix-index-db': 'github:Mic92/nix-index-database/e333d62' (2024-08-25) → 'github:Mic92/nix-index-database/32058e9' (2024-09-01) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/71e91c4' (2024-08-28) → 'github:NixOS/nixpkgs/12228ff' (2024-08-31) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/3f77707' (2024-08-31) → 'github:nix-community/nixpkgs-wayland/52b72b1' (2024-09-02) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/724893b' (2024-08-24) → 'github:matt1432/nixos-pcsd/cd327ff' (2024-09-02) • Updated input 'sops-nix': 'github:Mic92/sops-nix/be0eec2' (2024-08-12) → 'github:Mic92/sops-nix/5db5921' (2024-09-01) • Updated input 'wakewords-src': 'github:fwartner/home-assistant-wakewords-collection/18ba1c5' (2024-07-25) → 'github:fwartner/home-assistant-wakewords-collection/de66e86' (2024-09-02) Docker Images: • rssbridge/rss-bridge latest: sha256:ffc5966ca95af2d031a5c7561d3144454898e330a68862bb0299db6349806c25 → sha256:a4e973ca2c1967d4dae52bfd0694aa38e547c1f3e0c52553d0789ad4d55e6423 • ghcr.io/linuxserver/prowlarr latest: sha256:c93f075dc5afb74dc7a0a55e90974f81425a5d3c5d293022c5416431f4963ce9 → sha256:9dd32e2270d174b07bd33a1f54e2b79e03ad944df62ed93efa08f4a381adc9a1 • ghcr.io/linuxserver/radarr latest: sha256:b034531ff81d3e5e1f9fd70c969746040b40e6484c88981ea5d0dee732c10bc3 → sha256:47acec85a0d92d107096088aebe83d1d0a434def34e5bac317fff18ca28741ae Firefox Addons: ttv-lol-pro: 2.3.8 -> 2.3.9
2024-09-02 15:09:39 -04:00
owner = "hyprwm";
repo = "hyprpaper";
chore: update flake.lock Flake Inputs: • Updated input 'astal': 'github:Aylur/astal/9e63fe3' (2024-09-28) → 'github:Aylur/astal/f17b28d' (2024-09-29) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=ebc8c69' (2024-09-27) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=0eb9ce0' (2024-09-29) • Updated input 'hyprland/hyprcursor': 'github:hyprwm/hyprcursor/912d560' (2024-08-02) → 'github:hyprwm/hyprcursor/b98726e' (2024-09-28) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/b9750ee' (2024-09-28) → 'github:fufexan/nix-gaming/6401744' (2024-09-29) • Updated input 'nix-gaming/umu': 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=e42043a&submodules=1' (2024-09-19) → 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=5cc1c3f&submodules=1' (2024-09-25) • Updated input 'nix-index-db': 'github:Mic92/nix-index-database/c7515c2' (2024-09-22) → 'github:Mic92/nix-index-database/a2ab158' (2024-09-29) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/811af6a' (2024-09-27) → 'github:nix-community/nixpkgs-wayland/206b2a2' (2024-09-29) • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus/f017285' (2024-09-28) → 'github:thlucas1/homeassistantcomponent_spotifyplus/0765d55' (2024-09-29) Docker Images: • ghcr.io/linuxserver/radarr latest: sha256:1a50d4f08e283aa9ff4c723b940dceb4e8aeff7946e1993213efd0de3d5a4adb → sha256:d758c5a5edc4cda1263260948b3f460f511430bccea505dca3cb70af01332ff8
2024-09-29 16:31:31 -04:00
inputs = {
hyprlang.follows = "hyprland/hyprlang";
hyprutils.follows = "hyprland/hyprutils";
hyprwayland-scanner.follows = "hyprland/hyprwayland-scanner";
nixpkgs.follows = "hyprland/nixpkgs";
systems.follows = "hyprland/systems";
};
chore: update flake.lock Flake Inputs: • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/6140012' (2024-08-31) → 'github:matt1432/discord-nightly-overlay/a4a9f83' (2024-09-02) • Updated input 'discord-overlay/Vencord-src': 'github:Vendicated/vencord/db2f5c9' (2024-08-29) → 'github:Vendicated/vencord/accfc15' (2024-09-02) • Updated input 'home-manager': 'github:nix-community/home-manager/c2cd2a5' (2024-08-23) → 'github:nix-community/home-manager/471e3eb' (2024-09-01) • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=a6315b0&submodules=1' (2024-08-31) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=6934e7a&submodules=1' (2024-09-01) • Added input 'hyprpaper': 'github:hyprwm/hyprpaper/1c18ad6' (2024-09-01) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/a14f978' (2024-08-30) → 'github:Jovian-Experiments/Jovian-NixOS/b13488a' (2024-09-01) • Updated input 'nh': 'github:viperML/nh/a922ead' (2024-08-26) → 'github:viperML/nh/5dd64eb' (2024-09-02) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/963803d' (2024-08-25) → 'github:fufexan/nix-gaming/76446e8' (2024-09-01) • Updated input 'nix-index-db': 'github:Mic92/nix-index-database/e333d62' (2024-08-25) → 'github:Mic92/nix-index-database/32058e9' (2024-09-01) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/71e91c4' (2024-08-28) → 'github:NixOS/nixpkgs/12228ff' (2024-08-31) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/3f77707' (2024-08-31) → 'github:nix-community/nixpkgs-wayland/52b72b1' (2024-09-02) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/724893b' (2024-08-24) → 'github:matt1432/nixos-pcsd/cd327ff' (2024-09-02) • Updated input 'sops-nix': 'github:Mic92/sops-nix/be0eec2' (2024-08-12) → 'github:Mic92/sops-nix/5db5921' (2024-09-01) • Updated input 'wakewords-src': 'github:fwartner/home-assistant-wakewords-collection/18ba1c5' (2024-07-25) → 'github:fwartner/home-assistant-wakewords-collection/de66e86' (2024-09-02) Docker Images: • rssbridge/rss-bridge latest: sha256:ffc5966ca95af2d031a5c7561d3144454898e330a68862bb0299db6349806c25 → sha256:a4e973ca2c1967d4dae52bfd0694aa38e547c1f3e0c52553d0789ad4d55e6423 • ghcr.io/linuxserver/prowlarr latest: sha256:c93f075dc5afb74dc7a0a55e90974f81425a5d3c5d293022c5416431f4963ce9 → sha256:9dd32e2270d174b07bd33a1f54e2b79e03ad944df62ed93efa08f4a381adc9a1 • ghcr.io/linuxserver/radarr latest: sha256:b034531ff81d3e5e1f9fd70c969746040b40e6484c88981ea5d0dee732c10bc3 → sha256:47acec85a0d92d107096088aebe83d1d0a434def34e5bac317fff18ca28741ae Firefox Addons: ttv-lol-pro: 2.3.8 -> 2.3.9
2024-09-02 15:09:39 -04:00
};
grim-hyprland = mkDep {
owner = "eriedaberrie";
repo = "grim-hyprland";
};
discord-overlay = mkDep {
owner = "matt1432";
repo = "discord-nightly-overlay";
};
};
agsInputs = {
ags = mkDep {
owner = "Aylur";
repo = "ags";
};
2024-09-23 23:52:17 -04:00
agsV2 = mkDep {
owner = "Aylur";
repo = "ags";
ref = "v2";
chore: update flake.lock Flake Inputs: • Updated input 'astal': 'github:Aylur/astal/9e63fe3' (2024-09-28) → 'github:Aylur/astal/f17b28d' (2024-09-29) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=ebc8c69' (2024-09-27) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=0eb9ce0' (2024-09-29) • Updated input 'hyprland/hyprcursor': 'github:hyprwm/hyprcursor/912d560' (2024-08-02) → 'github:hyprwm/hyprcursor/b98726e' (2024-09-28) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/b9750ee' (2024-09-28) → 'github:fufexan/nix-gaming/6401744' (2024-09-29) • Updated input 'nix-gaming/umu': 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=e42043a&submodules=1' (2024-09-19) → 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=5cc1c3f&submodules=1' (2024-09-25) • Updated input 'nix-index-db': 'github:Mic92/nix-index-database/c7515c2' (2024-09-22) → 'github:Mic92/nix-index-database/a2ab158' (2024-09-29) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/811af6a' (2024-09-27) → 'github:nix-community/nixpkgs-wayland/206b2a2' (2024-09-29) • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus/f017285' (2024-09-28) → 'github:thlucas1/homeassistantcomponent_spotifyplus/0765d55' (2024-09-29) Docker Images: • ghcr.io/linuxserver/radarr latest: sha256:1a50d4f08e283aa9ff4c723b940dceb4e8aeff7946e1993213efd0de3d5a4adb → sha256:d758c5a5edc4cda1263260948b3f460f511430bccea505dca3cb70af01332ff8
2024-09-29 16:31:31 -04:00
inputs.astal.follows = "astal";
2024-09-23 23:52:17 -04:00
};
astal = mkDep {
owner = "Aylur";
repo = "astal";
};
gtk-session-lock = mkDep {
owner = "Cu3PO42";
repo = "gtk-session-lock";
};
};
};
srcs = [
2024-09-01 19:19:30 -04:00
# Home-assistant
2024-10-16 20:12:23 -04:00
## Components
{
name = "extended-ollama-conversation-src";
owner = "TheNimaj";
repo = "extended_ollama_conversation";
}
{
owner = "m50";
repo = "ha-fallback-conversation";
}
2024-09-30 12:06:05 -04:00
{
owner = "make-all";
repo = "tuya-local";
}
2024-10-05 12:38:13 -04:00
{
name = "netdaemon-src";
owner = "net-daemon";
repo = "integration";
}
2024-10-23 00:30:24 -04:00
{
owner = "osk2";
repo = "yamaha-soundbar";
}
2024-10-16 20:12:23 -04:00
### SpotifyPlus
2024-09-19 22:16:11 -04:00
{
name = "spotifyplus-src";
owner = "thlucas1";
repo = "homeassistantcomponent_spotifyplus";
}
{
name = "smartinspect-src";
owner = "thlucas1";
repo = "SmartInspectPython";
}
{
name = "spotifywebapi-src";
owner = "thlucas1";
repo = "SpotifyWebApiPython";
}
2024-10-16 20:12:23 -04:00
###
2024-10-16 20:12:23 -04:00
## Voice
2024-09-01 19:19:30 -04:00
{
name = "wakewords-src";
owner = "fwartner";
repo = "home-assistant-wakewords-collection";
}
2024-10-16 20:12:23 -04:00
## Themes
2024-09-04 12:20:27 -04:00
{
owner = "berti24";
repo = "dracul-ha";
}
2024-10-06 05:45:08 -04:00
{
name = "caule-themes-src";
owner = "ricardoquecria";
repo = "caule-themes-pack-1";
}
2024-10-06 20:33:37 -04:00
{
owner = "Nerwyn";
repo = "material-rounded-theme";
}
2024-10-16 20:12:23 -04:00
## Lovelace Components
2024-10-06 20:33:37 -04:00
{
owner = "beecho01";
repo = "material-symbols";
}
2024-10-16 20:12:23 -04:00
{
owner = "elchininet";
repo = "custom-sidebar";
}
2024-09-01 19:19:30 -04:00
# Nvim plugins
{
name = "vimplugin-easytables-src";
owner = "Myzel394";
repo = "easytables.nvim";
}
{
name = "vimplugin-ts-error-translator-src";
owner = "dmmulroy";
repo = "ts-error-translator.nvim";
}
# Overlays & packages
{
owner = "rushsteve1";
repo = "trash-d";
}
{
type = "gitlab";
owner = "mishakmak";
repo = "pam-fprint-grosshack";
}
{
type = "gitlab";
owner = "phoneybadger";
repo = "pokemon-colorscripts";
}
{
name = "gpu-screen-recorder-src";
type = "git";
url = "https://repo.dec05eba.com/gpu-screen-recorder";
}
{
owner = "libratbag";
repo = "libratbag";
}
{
owner = "libratbag";
repo = "piper";
}
{
owner = "gjsify";
repo = "ts-for-gir";
}
{
owner = "jcnils";
repo = "protonhax";
}
# MPV scripts
{
name = "modernx-src";
owner = "cyl0";
repo = "ModernX";
}
{
owner = "d87";
repo = "mpv-persist-properties";
}
{
owner = "christoph-heinrich";
repo = "mpv-pointer-event";
}
{
owner = "christoph-heinrich";
repo = "mpv-touch-gestures";
}
{
name = "eisa-scripts-src";
owner = "Eisa01";
repo = "mpv-scripts";
}
## Theme sources
{
name = "bat-theme-src";
owner = "matt1432";
repo = "bat";
}
{
owner = "Godiesc";
repo = "firefox-gx";
2024-10-21 04:10:59 -04:00
# ref = "v.9.6";
}
{
name = "git-theme-src";
owner = "dracula";
repo = "git";
}
{
name = "gtk-theme-src";
owner = "dracula";
repo = "gtk";
}
{
name = "nvim-theme-src";
owner = "Mofiqul";
repo = "dracula.nvim";
}
{
owner = "matt1432";
repo = "dracula-plymouth";
}
{
name = "sioyek-theme-src";
owner = "dracula";
repo = "sioyek";
}
];
in {
inherit mkDep mkInput mkSrc;
otherInputs =
{
flakegen = {
url = "github:jorsn/flakegen";
inputs.systems.follows = "systems";
};
}
// nixTools
// overlays
// nvimInputs
// clusterInputs
// serviviInputs
// nosInputs
// desktopInputs.hyprlandInputs
// desktopInputs.agsInputs
// (listToAttrs (map (x: {
name = x.name or "${x.repo}-src";
value = mkSrc (removeAttrs x ["name"]);
})
srcs));
}