nixos-configs/inputs/default.nix
matt1432 83fe089c5e
All checks were successful
Discord / discord commits (push) Has been skipped
chore: update sources
Flake Inputs:
    • Updated input 'ags':
        'github:Aylur/ags' (2024-12-26) rev: 46aad56c4eb33cd83cd32b4757b96731bebc81a7
      → 'github:Aylur/ags' (2024-12-28) rev: 8eded03c8f943ee5cfdfb2e77f993b9f125811a5

    • Updated input 'astal':
        'github:matt1432/astal' (2024-12-27) rev: 56332b13fa01b8792a4a8469ef4605be9cdf6305
      → 'github:Aylur/astal' (2024-12-28) rev: b89b08ef482a30726d9e716f593b449ce640099f

    • Updated input 'gpu-screen-recorder-src':
        'git+https://repo.dec05eba.com/gpu-screen-recorder' (2024-12-09) rev: a006261adef704930a8d946806ba051178a14518
      → 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2024-12-28) rev: 954f9abe2aed8acf3304860ff308191e9a9a1f0b

    • Updated input 'home-manager':
        'github:nix-community/home-manager' (2024-12-24) rev: 35b98d20ca8f4ca1f6a2c30b8a2c8bb305a36d84
      → 'github:nix-community/home-manager' (2024-12-28) rev: 10e99c43cdf4a0713b4e81d90691d22c6a58bdf2

    • Updated input 'hyprland':
        'github:hyprwm/Hyprland' (2024-12-26) rev: e75e2cdac79417ffdbbbe903f72668953483a4e7
      → 'github:hyprwm/Hyprland' (2024-12-28) rev: 2b01a5bcf62956a5d641a3367edcd35e103edfcd

    • Updated input 'hyprland-plugins':
        'github:hyprwm/hyprland-plugins' (2024-12-26) rev: 616e7ef0aca905b9b4012d2bedbb9225d51040bf
      → 'github:hyprwm/hyprland-plugins' (2024-12-27) rev: a41bcdccac7d3fe220b3a8519633f0a812da3439

    • Updated input 'hyprutils':
        'github:hyprwm/hyprutils' (2024-12-25) rev: 9be03a8562e3ed9e648d8fcf0930d0ec86d671a4
      → 'github:hyprwm/hyprutils' (2024-12-27) rev: 8f15d45b120b33712f6db477fe5ffb18034d0ea8

    • Updated input 'jellyfin-flake':
        'github:matt1432/nixos-jellyfin' (2024-12-22) rev: 4349d92771f92ab215630e9d2f4a5c2ae3378acc
      → 'github:matt1432/nixos-jellyfin' (2024-12-28) rev: bf97d97184c59598f4837dafbef9203b7a2fdf4b

    • Updated input 'jovian':
        'github:Jovian-Experiments/Jovian-NixOS' (2024-12-20) rev: dbae2fd6adaf34c947d310bec08deac7c4ed265b
      → 'github:Jovian-Experiments/Jovian-NixOS' (2024-12-27) rev: a86d9cf841eff8b33a05d2bf25788abd8e018dbd

    • Updated input 'nixpkgs':
        'github:NixOS/nixpkgs' (2024-12-19) rev: d70bd19e0a38ad4790d3913bf08fcbfc9eeca507
      → 'github:NixOS/nixpkgs' (2024-12-27) rev: 634fd46801442d760e09493a794c4f15db2d0cbb

    • Updated input 'spotifyplus-src':
        'github:thlucas1/homeassistantcomponent_spotifyplus' (2024-12-21) rev: 5b5db363a128f12fd62ebdad79d0c50f14923fc6
      → 'github:thlucas1/homeassistantcomponent_spotifyplus' (2024-12-28) rev: 897b92c5fdfdc402037d5d72087e02ac68a745d4

    • Updated input 'spotifywebapi-src':
        'github:thlucas1/SpotifyWebApiPython' (2024-12-21) rev: 37ab1fc0efa62f242adde65bdddfa4ba04d9f6c7
      → 'github:thlucas1/SpotifyWebApiPython' (2024-12-28) rev: 6c968a4fad3d1eae216e5e954af00fbd0ba35036

    • Updated input 'tuya-local-src':
        'github:make-all/tuya-local' (2024-12-27) rev: bfdc5c918ddf1924fafd0900748302391489d862
      → 'github:make-all/tuya-local' (2024-12-28) rev: 1c1030da4da8cfc54e4b45c2433d58aa0b867c64

Node modules:
    pkg-types: 1.2.1 -> 1.3.0

nix-update executions:
    homepage: 0.10.5 -> 0.10.6
2024-12-28 16:35:26 -05:00

411 lines
7.7 KiB
Nix

let
inherit (import ./lib.nix) mkDep mkInput mkHyprDep mkSrc;
inherit (builtins) listToAttrs map removeAttrs;
# Inputs
nixTools = {
nix-fast-build = mkDep {
owner = "Mic92";
repo = "nix-fast-build";
};
nix-eval-jobs = mkDep {
owner = "nix-community";
repo = "nix-eval-jobs";
};
nix-index-db = mkDep {
owner = "Mic92";
repo = "nix-index-database";
};
nh = mkDep {
owner = "viperML";
repo = "nh";
};
nurl = mkDep {
owner = "nix-community";
repo = "nurl";
};
# These are here to make sure all 'systems' are the same
flake-utils = mkInput {
owner = "numtide";
repo = "flake-utils";
};
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 = {
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";
};
pr-tracker = mkDep {
owner = "matt1432";
repo = "pr-tracker";
};
};
nosInputs = {
khepri = mkDep {
owner = "matt1432";
repo = "khepri";
};
jellyfin-flake = mkDep {
owner = "matt1432";
repo = "nixos-jellyfin";
};
bazarr-bulk = mkDep {
owner = "mateoradman";
repo = "bazarr-bulk";
};
};
desktopInputs = {
hyprlandInputs = {
hyprutils = mkDep {
owner = "hyprwm";
repo = "hyprutils";
};
hyprland = mkDep {
owner = "hyprwm";
repo = "Hyprland";
inputs.hyprutils.follows = "hyprutils";
};
hyprland-plugins = mkHyprDep {
owner = "hyprwm";
repo = "hyprland-plugins";
};
hyprgrass = mkHyprDep {
owner = "horriblename";
repo = "hyprgrass";
};
hyprpaper = mkDep {
owner = "hyprwm";
repo = "hyprpaper";
inputs = {
hyprlang.follows = "hyprland/hyprlang";
hyprutils.follows = "hyprland/hyprutils";
hyprwayland-scanner.follows = "hyprland/hyprwayland-scanner";
nixpkgs.follows = "hyprland/nixpkgs";
systems.follows = "hyprland/systems";
};
};
grim-hyprland = mkDep {
owner = "eriedaberrie";
repo = "grim-hyprland";
};
discord-overlay = mkDep {
owner = "matt1432";
repo = "discord-nightly-overlay";
};
};
agsInputs = {
astal = mkDep {
owner = "Aylur";
repo = "astal";
};
ags = mkDep {
owner = "Aylur";
repo = "ags";
inputs.astal.follows = "astal";
};
gtk-session-lock = mkDep {
owner = "Cu3PO42";
repo = "gtk-session-lock";
};
virtualkeyboard-adapter = mkDep {
owner = "horriblename";
repo = "fcitx-virtualkeyboard-adapter";
};
};
};
bbsteamieInputs = {
jovian = mkDep {
owner = "Jovian-Experiments";
repo = "Jovian-NixOS";
};
};
srcs = [
# Home-assistant
## Components
{
name = "extended-ollama-conversation-src";
owner = "TheNimaj";
repo = "extended_ollama_conversation";
}
{
owner = "m50";
repo = "ha-fallback-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";
}
{
owner = "Nerwyn";
repo = "material-rounded-theme";
}
## 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
{
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";
ref = "v.9.8";
}
{
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;
extraInputs =
{
flakegen = {
url = "github:jorsn/flakegen";
inputs.systems.follows = "systems";
};
}
// 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));
}