nixos-configs/inputs/default.nix
matt1432 415f8b23e2 chore: update sources
Flake Inputs:
    • Updated input 'gpu-screen-recorder-src':
        'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-04-06) rev: db04b2e55e366fc60c0f0ff8e0caac991b2a6536
      → 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-04-15) rev: 1f3d28fc5c63e818c1ef483e725f0154eaa47fd6

    • Updated input 'home-manager':
        'github:nix-community/home-manager' (2025-04-12) rev: db56335ca8942d86f2200664acdbd5b9212b26ad
      → 'github:nix-community/home-manager' (2025-04-14) rev: d5cdf55bd9f19a3debd55b6cb5d38f7831426265

    • Updated input 'hyprland':
        'github:hyprwm/Hyprland' (2025-04-13) rev: f4e19d3f1e27b4cf1236e93d767f9f6e916730ea
      → 'github:hyprwm/Hyprland' (2025-04-14) rev: 8b7b169043de2a9d95f8505edb8b6576fac586fd

    • Updated input 'hyprland/aquamarine':
        'github:hyprwm/aquamarine' (2025-03-29) rev: 1d2dbd72c2bbaceab031c592d4810f744741d203
      → 'github:hyprwm/aquamarine' (2025-04-10) rev: c8282f4982b56dfa5e9b9f659809da93f8d37e7a

    • Updated input 'hyprland/hyprgraphics':
        'github:hyprwm/hyprgraphics' (2025-02-08) rev: 175c6b29b6ff82100539e7c4363a35a02c74dd73
      → 'github:hyprwm/hyprgraphics' (2025-04-06) rev: 9d7f2687c84c729afbc3b13f7937655570f2978d

    • Updated input 'hyprland/hyprlang':
        'github:hyprwm/hyprlang' (2025-03-05) rev: 72df3861f1197e41b078faa3e38eedd60e00018d
      → 'github:hyprwm/hyprlang' (2025-04-12) rev: f1000c54d266e6e4e9d646df0774fac5b8a652df

    • Updated input 'hyprland/xdph':
        'github:hyprwm/xdg-desktop-portal-hyprland' (2025-03-14) rev: 150b0b6f52bb422a1b232a53698606fe0320dde0
      → 'github:hyprwm/xdg-desktop-portal-hyprland' (2025-04-14) rev: be6771e754345f18244fb00aae5c9e5ab21ccc26

    • Updated input 'jovian':
        'github:Jovian-Experiments/Jovian-NixOS' (2025-04-12) rev: 1dd888cc60079910fba27eb43b959b633e3b466c
      → 'github:Jovian-Experiments/Jovian-NixOS' (2025-04-14) rev: 66c4c9dccd26330ebb0e91aa6ba89ca8835dfdc5

    • Updated input 'kompass':
        'github:kotontrion/kompass' (2025-04-10) rev: df1914678d12b84fed4b870bc7f789dee625cb94
      → 'github:kotontrion/kompass' (2025-04-14) rev: c561a4bd8156bee68f336e18d5e4270ab3475e7e

    • Updated input 'material-symbols-src':
        'github:beecho01/material-symbols' (2025-04-11) rev: 1182e26a614454b1c713a353c7c504913b7ce7f6
      → 'github:beecho01/material-symbols' (2025-04-14) rev: 1922a4cf6a0b4dff309c3763fb5a784ff0632fb1

    • Updated input 'nix-fast-build':
        'github:Mic92/nix-fast-build' (2025-04-13) rev: 1556d8c533d8fee16ee7c46aa7092ef18d8b39ae
      → 'github:Mic92/nix-fast-build' (2025-04-15) rev: c2d972bed84323146535ac2e3e69e8a2d995eabd

    • Updated input 'nix-gaming':
        'github:fufexan/nix-gaming' (2025-04-13) rev: 3be2c40717a973af17228d2dd14de0dbd6b91a6d
      → 'github:fufexan/nix-gaming' (2025-04-14) rev: cba45fc4da306733ae06853302ee8428feb29ea3

    • Updated input 'nixcord':
        'github:kaylorben/nixcord' (2025-04-10) rev: 76c3b99646d12437ec7183939eca911549e4d18f
      → 'github:kaylorben/nixcord' (2025-04-15) rev: a957c3403d0247bca3dbf78eaa7471947072e8eb

    • Updated input 'sops-nix':
        'github:Mic92/sops-nix' (2025-04-13) rev: 7e147a1ae90f0d4a374938cdc3df3cdaecb9d388
      → 'github:Mic92/sops-nix' (2025-04-14) rev: 61154300d945f0b147b30d24ddcafa159148026a

    • Updated input 'tuya-local-src':
        'github:make-all/tuya-local' (2025-04-13) rev: 2d3954b9591470d16aad864e4818e5bee169205a
      → 'github:make-all/tuya-local' (2025-04-15) rev: cb60cac28914436fbc2a117af57a7ee5bd663e32

Docker Images:
    • rssbridge/rss-bridge latest:
       sha256:539383a3c5ee42594fac9cec10da8f9bd36adf5cd415a476a85cd9c36db735a9
     → sha256:bada251086dbe3945b1fe79e1bbdd6cbf51eb4ae4ab115617928ebeabe38699d

Node modules:
    typescript-eslint: 8.29.1 -> 8.30.1
2025-04-15 11:40:14 -04:00

438 lines
8.3 KiB
Nix

let
inherit (import ./lib.nix) mkInput mkHyprDep mkSrc;
inherit (builtins) listToAttrs map removeAttrs;
# Inputs
mainInputs = {
systems = mkInput {
owner = "nix-systems";
repo = "default-linux";
};
nixpkgs = mkInput {
owner = "NixOS";
repo = "nixpkgs";
ref = "nixos-unstable";
};
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-serve-ng = mkInput {
owner = "aristanetworks";
repo = "nix-serve-ng";
inputs.utils.follows = "flake-utils";
};
nix-fast-build = mkInput {
owner = "Mic92";
repo = "nix-fast-build";
};
nix-eval-jobs = mkInput {
owner = "nix-community";
repo = "nix-eval-jobs";
ref = "v2.28.1";
};
nix-index-db = mkInput {
owner = "Mic92";
repo = "nix-index-database";
};
nh = mkInput {
owner = "viperML";
repo = "nh";
};
nurl = mkInput {
owner = "nix-community";
repo = "nurl";
};
# 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";
};
flake-parts = mkInput {
owner = "hercules-ci";
repo = "flake-parts";
inputs.nixpkgs-lib.follows = "nixpkgs";
};
treefmt-nix = mkInput {
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 = {
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";
};
pr-tracker = mkInput {
owner = "matt1432";
repo = "pr-tracker";
};
};
nosInputs = {
docker-compose = mkInput {
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 {
owner = "hyprwm";
repo = "Hyprland";
};
hyprland-plugins = mkHyprDep {
owner = "hyprwm";
repo = "hyprland-plugins";
};
hyprgrass = mkHyprDep {
owner = "horriblename";
repo = "hyprgrass";
};
hyprpaper = mkHyprDep {
owner = "hyprwm";
repo = "hyprpaper";
};
grim-hyprland = mkInput {
owner = "eriedaberrie";
repo = "grim-hyprland";
};
nixcord = mkInput {
owner = "kaylorben";
repo = "nixcord";
};
};
agsInputs = {
astal = mkInput {
# owner = "Aylur";
repo = "astal";
# FIXME: https://github.com/Aylur/astal/pull/314
owner = "matt1432";
ref = "overlay";
};
ags = mkInput {
# owner = "Aylur";
repo = "ags";
# FIXME: https://github.com/Aylur/astal/pull/314
owner = "matt1432";
ref = "overlay";
inputs.astal.follows = "astal";
};
kompass = mkInput {
owner = "kotontrion";
repo = "kompass";
inputs.astal.follows = "astal";
};
virtualkeyboard-adapter = mkInput {
owner = "horriblename";
repo = "fcitx-virtualkeyboard-adapter";
};
};
};
bbsteamieInputs = {
jovian = mkInput {
owner = "Jovian-Experiments";
repo = "Jovian-NixOS";
};
};
srcs = [
# Home-assistant
## Components
{
name = "extended-ollama-conversation-src";
owner = "TheNimaj";
repo = "extended_ollama_conversation";
}
{
owner = "make-all";
repo = "tuya-local";
}
{
name = "netdaemon-src";
owner = "net-daemon";
repo = "integration";
}
{
owner = "osk2";
repo = "yamaha-soundbar";
}
### SpotifyPlus
{
name = "spotifyplus-src";
owner = "thlucas1";
repo = "homeassistantcomponent_spotifyplus";
}
{
name = "smartinspect-src";
owner = "thlucas1";
repo = "SmartInspectPython";
}
{
name = "spotifywebapi-src";
owner = "thlucas1";
repo = "SpotifyWebApiPython";
}
###
## Voice
{
name = "wakewords-src";
owner = "fwartner";
repo = "home-assistant-wakewords-collection";
}
## Themes
{
owner = "berti24";
repo = "dracul-ha";
}
{
name = "caule-themes-src";
owner = "ricardoquecria";
repo = "caule-themes-pack-1";
}
## Lovelace Components
{
owner = "beecho01";
repo = "material-symbols";
}
{
owner = "elchininet";
repo = "custom-sidebar";
}
# Nvim plugins
{
name = "vimplugin-easytables-src";
owner = "Myzel394";
repo = "easytables.nvim";
}
{
name = "vimplugin-ts-error-translator-src";
owner = "dmmulroy";
repo = "ts-error-translator.nvim";
}
{
name = "vimplugin-roslyn-nvim-src";
owner = "seblj";
repo = "roslyn.nvim";
}
{
name = "nix-develop-nvim-src";
owner = "matt1432";
repo = "nix-develop.nvim";
}
# Overlays & packages
{
name = "Kapowarr-src";
owner = "matt1432";
repo = "Kapowarr";
ref = "build-system-bak";
# type = "path";
# path = "/home/matt/git/Kapowarr";
}
{
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
{
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";
}
{
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
{
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))