nixos-configs/inputs/default.nix

443 lines
8.4 KiB
Nix
Raw Normal View History

let
inherit (import ./lib.nix) mkInput mkHyprDep mkSrc;
2024-09-23 23:52:17 -04:00
inherit (builtins) listToAttrs map removeAttrs;
# Inputs
2025-01-27 18:16:37 -05:00
mainInputs = {
systems = mkInput {
owner = "nix-systems";
repo = "default-linux";
};
nixpkgs = mkInput {
owner = "NixOS";
repo = "nixpkgs";
chore: update sources Flake Inputs: • Updated input 'grim-hyprland': 'github:eriedaberrie/grim-hyprland' (2024-10-02) rev: db5b1ccdf272d18224d3e5089894a6407e97d9b6 → 'github:eriedaberrie/grim-hyprland' (2025-03-11) rev: 4a3d6f5b87b01e92c404b9393b79057b85f58c60 • Updated input 'home-manager': 'github:nix-community/home-manager' (2025-03-10) rev: 7fb8678716c158642ac42f9ff7a18c0800fea551 → 'github:nix-community/home-manager' (2025-03-12) rev: 18780912345970e5b546b1b085385789b6935a83 • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2025-03-10) rev: e4af4b5e2e3566a5fa95505b0d0ef5e5c9e174b8 → 'github:hyprwm/Hyprland' (2025-03-12) rev: e86d3a14e46d19d8a47f8ceb6410546715d45f10 • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS' (2025-03-10) rev: c769e6fa7ea00689254eb3f8385baec7e2f771cc → 'github:Jovian-Experiments/Jovian-NixOS' (2025-03-12) rev: 2f6342dc0cc9ffe5f9be8bd4db6ce43f2c4c1d87 • Updated input 'kompass': 'github:kotontrion/kompass' (2025-03-09) rev: ba7cd8f69ade8aade3d354d5f68b4ccec0b4284f → 'github:kotontrion/kompass' (2025-03-12) rev: cf6c8b26137adafae845f3905c11c98a197cd6cd • Updated input 'minix': 'github:matt1432/Minix' (2025-03-06) rev: 775f99b1876d0e91d448d6078b9b1beae1f26ee6 → 'github:matt1432/Minix' (2025-03-11) rev: f54246132bf10b385ed25a9d887e3d982c2c25de • Updated input 'nix-gaming': 'github:fufexan/nix-gaming' (2025-03-10) rev: f627335019cb3395c52d89c72abb353d2456ba16 → 'github:fufexan/nix-gaming' (2025-03-11) rev: 64a949349294543a48b3f946c9fca84332d1398b • Updated input 'nixpkgs': 'github:NixOS/nixpkgs' (2025-03-09) rev: e3e32b642a31e6714ec1b712de8c91a3352ce7e1 → 'github:NixOS/nixpkgs' (2025-03-12) rev: 75cd88fa9bfa1cf444a62d5e713fc76bb0fbba6f • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2025-03-10) rev: 4aa87b0399b9c17aa88a7c8606d41b123bcc7f99 → 'github:nix-community/nixpkgs-wayland' (2025-03-12) rev: 120cd8e7a8c191e097b663e2cb9a1aa4c2588a31 • Updated input 'poetry2nix': 'github:nix-community/poetry2nix' (2025-03-10) rev: ac847558db725d865d44bbd77f894076c4b03ee3 → 'github:nix-community/poetry2nix' (2025-03-12) rev: f842aae3a72ef764e38eaf3e75aa435fb9861bba • Updated input 'sops-nix': 'github:Mic92/sops-nix' (2025-03-03) rev: 3f2412536eeece783f0d0ad3861417f347219f4d → 'github:Mic92/sops-nix' (2025-03-10) rev: e653d71e82575a43fe9d228def8eddb73887b866 • Updated input 'vimplugin-roslyn-nvim-src': 'github:seblj/roslyn.nvim' (2025-03-10) rev: 4fd5ab3c3c9ebb3b2c3fc7cc8d05bfb5cb1d1e97 → 'github:seblj/roslyn.nvim' (2025-03-12) rev: 0d298e68efa511df18a0bd4fd9a0c9bf70ebdbf2 Docker Images: • ghcr.io/linuxserver/bazarr latest: sha256:36f4ba69ab5bfb32c384ea84cf0036b8b6e07fb9a7ab65885f3619de2a8318f8 → sha256:0b3e1b888615cbd32cf879963d041abcf863d15160a9ace2928039a7b00590ef • ghcr.io/linuxserver/prowlarr latest: sha256:761f73534a01aec4bf72a1396e9b9fda3f01632948b3fa31985982d26120a330 → sha256:2100d2cee89da16e7ce4a1169406c7718e6508c86ddc497dfbfdb7d6be2ea0c2 • docker.io/fallenbagel/jellyseerr latest: sha256:ae1703c66b0fc12bfcc8cba339a77044246a93f86cc8ea53665e88b3218f111f → sha256:92dc0eb9ba260a11886ac52c3a82c5490769238f120e6312a2793809842021a6 Firefox Addons: sponsorblock: 5.11.5 -> 5.11.8 Node modules: eslint-plugin-jsdoc: 50.6.3 -> 50.6.6
2025-03-12 13:46:39 -04:00
ref = "nixos-unstable-small";
2025-01-27 18:16:37 -05:00
};
home-manager = mkInput {
owner = "nix-community";
repo = "home-manager";
};
nix-on-droid = mkInput {
owner = "nix-community";
repo = "nix-on-droid";
inputs.home-manager.follows = "home-manager";
};
sops-nix = mkInput {
owner = "Mic92";
repo = "sops-nix";
};
secrets = mkInput {
type = "git";
url = "ssh://git@git.nelim.org/matt1432/nixos-secrets";
inputs.sops-nix.follows = "sops-nix";
};
};
nixTools = {
nix-fast-build = mkInput {
2024-07-23 21:40:13 -04:00
owner = "Mic92";
repo = "nix-fast-build";
};
nix-eval-jobs = mkInput {
2024-12-10 22:28:26 -05:00
owner = "nix-community";
repo = "nix-eval-jobs";
chore: update sources Flake Inputs: • Updated input 'home-manager': 'github:nix-community/home-manager' (2025-02-13) rev: 22b418c13fb0be43f4bc5c185f323a3237028594 → 'github:nix-community/home-manager' (2025-02-14) rev: 9daae9a67af7b4d341e2c806fa274a9c0925d7cf • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2025-02-13) rev: 40adb3dfb4b6f8cf0c5093f095954e3ef162a8eb → 'github:hyprwm/Hyprland' (2025-02-14) rev: df3fba157279de53c582344b59699a21ac5d62b5 • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-13) rev: 27f77b393bb2cf8740d2275cb59254f742469f64 → 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-14) rev: 740e8e359a21b4d0ab5421f33ba328a43e768652 • Updated input 'modernz-src': 'github:Samillion/ModernZ' (2025-02-08) rev: 1b8d849242ab293b6e41fc5dffd01a1b0fde5723 → 'github:Samillion/ModernZ' (2025-02-14) rev: 124b836109453ef06c2ee3ab7711d2118691dd02 • Updated input 'nix-eval-jobs': 'github:nix-community/nix-eval-jobs' (2025-02-13) rev: 6d4fd5a93d7bc953ffa4dcd6d53ad7056a71eff7 → 'github:nix-community/nix-eval-jobs' (2024-12-10) rev: 8e82a79fe9329f3be4836ad45d4edf2383e7723a • Updated input 'nix-gaming': 'github:fufexan/nix-gaming' (2025-02-13) rev: 78967efda12abfb171fa837c7b9f9d1043277a15 → 'github:fufexan/nix-gaming' (2025-02-14) rev: 78c53283c9c7a4f1ac83ac0354e5f74ef8eacc01 • Updated input 'nixpkgs': 'github:NixOS/nixpkgs' (2025-02-10) rev: 64e75cd44acf21c7933d61d7721e812eac1b5a0a → 'github:NixOS/nixpkgs' (2025-02-13) rev: 2ff53fe64443980e139eaa286017f53f88336dd0 • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2025-02-13) rev: 731a05226213f16fac030f6da40f3d86918dd565 → 'github:nix-community/nixpkgs-wayland' (2025-02-14) rev: 97697872a3ae429185f71e08b0832d2a574c7475 • Updated input 'vimplugin-roslyn-nvim-src': 'github:seblj/roslyn.nvim' (2025-02-07) rev: fcf98a8ee39f34287cec3cafdef7f95583e412db → 'github:seblj/roslyn.nvim' (2025-02-14) rev: 63b0c30bb6b82b1f5b100cde3a212a5a3a677869 Docker Images: • postgres 14: sha256:2a453914efff6156786247b2399e6f9f18d7fc37e1ca5574a23aba172cf37d3e → sha256:5d8330e221083215ffbb3c5feeb2cfe44aadda827bc3f0dad9bbf3e58ed2e895 • rssbridge/rss-bridge latest: sha256:c916ebd227c19c1dbe81f2cd594678c7bf6f07ef2d34b3e2f12816d205261109 → sha256:222e1ad7f207a58bfb49c69925b233405d2eff8a7a61cd5ab094631de02765f8 • nextcloud fpm: sha256:1654f68700a482a13feca52c3235b949d8771624d738c17e9c82e437fe5de5ec → sha256:35816840281aa2fa2d5630d981ce32c72388f5e885d9ea1be43b38c76ab95d42 • postgres 15-alpine: sha256:a58cec2ba7a60b4c08d51f2ca93c1ad65fbf96e75cf0c89b7c0d2684860d3bb3 → sha256:0cb7397b0ef9c951f642398a24141a61e48168fbc88eeb7b3ad47618e1176ffb Node modules: @types/node: 22.13.2 -> 22.13.4 Caddy Plugins: cloudflare: v0.0.0-20240703190432-89f16b99c18e -> v0.0.0-20250214163716-188b4850c0f2
2025-02-14 14:45:54 -05:00
ref = "v2.25.0";
2024-12-10 22:28:26 -05:00
};
nix-index-db = mkInput {
owner = "Mic92";
repo = "nix-index-database";
};
nh = mkInput {
owner = "viperML";
repo = "nh";
};
nurl = mkInput {
2024-12-15 23:10:06 -05:00
owner = "nix-community";
repo = "nurl";
};
poetry2nix = mkInput {
owner = "nix-community";
repo = "poetry2nix";
};
# These are here to make sure all 'systems' and popular inputs are the same
flake-compat = mkInput {
owner = "edolstra";
repo = "flake-compat";
};
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 = mkInput {
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 = "numtide";
repo = "treefmt-nix";
};
lib-aggregate = mkInput {
owner = "nix-community";
repo = "lib-aggregate";
};
nix-github-actions = mkInput {
owner = "nix-community";
repo = "nix-github-actions";
};
pre-commit-hooks = mkInput {
owner = "cachix";
repo = "git-hooks.nix";
inputs.flake-compat.follows = "flake-compat";
};
};
overlays = {
nixpkgs-wayland = mkInput {
owner = "nix-community";
repo = "nixpkgs-wayland";
};
nix-gaming = mkInput {
owner = "fufexan";
repo = "nix-gaming";
};
};
nvimInputs = {
nixd = mkInput {
owner = "nix-community";
repo = "nixd";
};
};
clusterInputs = {
pcsd = mkInput {
owner = "matt1432";
repo = "nixos-pcsd";
};
};
serviviInputs = {
minix = mkInput {
owner = "matt1432";
repo = "Minix";
};
2024-07-30 00:24:10 -04:00
pr-tracker = mkInput {
2024-07-30 00:24:10 -04:00
owner = "matt1432";
repo = "pr-tracker";
};
};
nosInputs = {
docker-compose = mkInput {
2024-07-24 15:49:31 -04:00
owner = "matt1432";
repo = "nixos-docker-compose";
};
nixos-jellyfin = mkInput {
owner = "matt1432";
repo = "nixos-jellyfin";
};
bazarr-bulk = mkInput {
owner = "mateoradman";
repo = "bazarr-bulk";
};
};
desktopInputs = {
hyprlandInputs = {
hyprland = mkInput {
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 sources Flake Inputs: • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar' (2025-03-09) rev: 2f653a66ca72251668a774a1fedc77d66ffa5d19 → 'github:elchininet/custom-sidebar' (2025-03-12) rev: 82f40bbaa1bf833290de84efbdc576362cc75905 • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-03-07) rev: f23308444a94b96cf943fedc669bf2b7bc505a16 → 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-03-13) rev: bab9a0560d15e7e1621469cf8db3e70bc29833b6 • Updated input 'gtk-theme-src': 'github:dracula/gtk' (2025-03-04) rev: 285ff8f10084b5fdae045a8e8d09352be9af4452 → 'github:dracula/gtk' (2025-03-13) rev: fc59294cf67110f6487f5fd06d3c845ffffdf1a9 • Updated input 'home-manager': 'github:nix-community/home-manager' (2025-03-12) rev: 18780912345970e5b546b1b085385789b6935a83 → 'github:nix-community/home-manager' (2025-03-14) rev: 30cce6848a5aa41ceb5fb33185b84868cc3e9bef • Updated input 'hyprgrass': 'github:horriblename/hyprgrass' (2025-03-03) rev: e59bc280b71be8c45638806f3123fc36834435bc → 'github:horriblename/hyprgrass' (2025-03-13) rev: ce0dcda79e0b24c9dfee2d80df50940669554f9d • Added input 'hyprgrass/nixpkgs': follows 'nixpkgs' • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS' (2025-03-12) rev: 2f6342dc0cc9ffe5f9be8bd4db6ce43f2c4c1d87 → 'github:Jovian-Experiments/Jovian-NixOS' (2025-03-13) rev: 662d117ac0ffc81f3e91b5f0fb800c3effd904a1 • Updated input 'kompass': 'github:kotontrion/kompass' (2025-03-12) rev: cf6c8b26137adafae845f3905c11c98a197cd6cd → 'github:kotontrion/kompass' (2025-03-13) rev: 1a4bc3593d10512a468a9f7c02b18f7455fcb1c2 • Updated input 'nix-fast-build': 'github:Mic92/nix-fast-build' (2025-01-11) rev: 906af17fcd50c84615a4660d9c08cf89c01cef7d → 'github:Mic92/nix-fast-build' (2025-03-13) rev: 0ef0c6065345426fb4872c9ee75a58c11f62d3f8 • Updated input 'nixcord': 'github:kaylorben/nixcord' (2025-03-07) rev: 269b69665a78f57f2bc1b62e05e823815f41cea9 → 'github:kaylorben/nixcord' (2025-03-13) rev: 91abbf5736459beeacb1c3163a2236241cfc6c71 • Updated input 'nixos-jellyfin': 'github:matt1432/nixos-jellyfin' (2025-03-06) rev: d4bd900cd1792f939b6a2650537ebee6e2130802 → 'github:matt1432/nixos-jellyfin' (2025-03-12) rev: f3e37d6173969c2d7bec41a3888d96acde88bc5a • Updated input 'nixpkgs': 'github:NixOS/nixpkgs' (2025-03-12) rev: 75cd88fa9bfa1cf444a62d5e713fc76bb0fbba6f → 'github:NixOS/nixpkgs' (2025-03-13) rev: 01f44b8389188522fba255168c70eda093867746 • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2025-03-12) rev: 120cd8e7a8c191e097b663e2cb9a1aa4c2588a31 → 'github:nix-community/nixpkgs-wayland' (2025-03-13) rev: 35d3b8403711ab0b38c4554703c283900cfeeb7a • Updated input 'pcsd': 'github:matt1432/nixos-pcsd' (2025-02-01) rev: 1b27f1f60ae18e240269601ac09d9d5a096498b7 → 'github:matt1432/nixos-pcsd' (2025-03-12) rev: 978c9a1d7aed8b0c94357f4173b60f46945d118b • Updated input 'sops-nix': 'github:Mic92/sops-nix' (2025-03-10) rev: e653d71e82575a43fe9d228def8eddb73887b866 → 'github:Mic92/sops-nix' (2025-03-13) rev: d016ce0365b87d848a57c12ffcfdc71da7a2b55f • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-03-09) rev: 9850db38e136a885dc147e1ab00cb53957e77513 → 'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-03-13) rev: cf1acfa270b14bdaae8ca4f36cf7099f65824554 • Updated input 'spotifywebapi-src': 'github:thlucas1/SpotifyWebApiPython' (2025-03-09) rev: 0a005a5e30fbf0afd840f9978b9386df7accb8b6 → 'github:thlucas1/SpotifyWebApiPython' (2025-03-13) rev: e6c5bfe0c5621bf0e24d61060a7c181a6226c6c4 Docker Images: • vegardit/gitea-act-runner dind-latest: sha256:a1c106a18b1fa02736064a18f9d31d18253347b7625673a58d5cfd98cc64bc2f → sha256:6190e52b6df100a1ca6be7e2e8331c60422440f98dfd286cc49c6be54d6783b5 • freshrss/freshrss latest: sha256:d18055cc1c2fa807f118accb4ba74f435d381daf96130f87b17d9d9d1d169341 → sha256:bca4407f1f3ecb2e02bd57f704593c64f89bbf3fad53f03ebcf4baecb0122de6 nix-update executions: fcft: 3.3.0 -> 3.3.1
2025-03-13 22:50:02 -04:00
# FIXME: breaks hypgrass, too lazy to fix
rev = "e86d3a14e46d19d8a47f8ceb6410546715d45f10";
};
hyprland-plugins = mkHyprDep {
owner = "hyprwm";
repo = "hyprland-plugins";
};
2024-06-16 14:33:58 -04:00
hyprgrass = mkHyprDep {
owner = "horriblename";
2024-06-16 14:33:58 -04:00
repo = "hyprgrass";
};
hyprpaper = mkHyprDep {
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";
};
grim-hyprland = mkInput {
owner = "eriedaberrie";
repo = "grim-hyprland";
};
2025-01-16 10:45:14 -05:00
nixcord = mkInput {
2025-01-16 10:45:14 -05:00
owner = "kaylorben";
repo = "nixcord";
};
};
agsInputs = {
astal = mkInput {
2025-03-08 17:22:48 -05:00
# owner = "Aylur";
2024-11-13 19:39:01 -05:00
repo = "astal";
2025-03-08 17:22:48 -05:00
# FIXME: https://github.com/Aylur/astal/pull/314
owner = "matt1432";
ref = "overlay";
2024-09-23 23:52:17 -04:00
};
ags = mkInput {
2025-03-08 17:22:48 -05:00
# owner = "Aylur";
2024-11-13 19:39:01 -05:00
repo = "ags";
2025-03-08 17:22:48 -05:00
# FIXME: https://github.com/Aylur/astal/pull/314
owner = "matt1432";
ref = "overlay";
2024-11-13 19:39:01 -05:00
inputs.astal.follows = "astal";
};
2025-01-05 20:23:44 -05:00
kompass = mkInput {
owner = "kotontrion";
repo = "kompass";
inputs.astal.follows = "astal";
};
virtualkeyboard-adapter = mkInput {
2024-12-14 19:36:54 -05:00
owner = "horriblename";
repo = "fcitx-virtualkeyboard-adapter";
};
};
};
bbsteamieInputs = {
jovian = mkInput {
owner = "Jovian-Experiments";
repo = "Jovian-NixOS";
};
};
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";
}
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-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";
}
2024-12-18 16:44:21 -05:00
{
name = "vimplugin-roslyn-nvim-src";
owner = "seblj";
repo = "roslyn.nvim";
}
2024-12-22 12:42:29 -05:00
{
name = "nix-develop-nvim-src";
owner = "matt1432";
repo = "nix-develop.nvim";
}
# Overlays & packages
{
type = "gitlab";
owner = "rogs";
repo = "subscleaner";
}
{
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";
}
# MPV scripts
{
2025-01-31 01:01:14 -05:00
name = "modernz-src";
owner = "Samillion";
repo = "ModernZ";
}
{
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";
# ref = "v.9.9";
rev = "6f5d07e11e008d6cbf4461e53daf80820afa8418";
}
{
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";
}
];
2025-01-27 18:16:37 -05:00
in
{
flakegen = {
url = "github:jorsn/flakegen";
inputs.systems.follows = "systems";
};
}
// mainInputs
// nixTools
// overlays
// nvimInputs
// clusterInputs
// serviviInputs
// nosInputs
// bbsteamieInputs
// desktopInputs.hyprlandInputs
// desktopInputs.agsInputs
// (listToAttrs (map (x: {
name = x.name or "${x.repo}-src";
value = mkSrc (removeAttrs x ["name"]);
})
srcs))