matt1432
c688707d49
All checks were successful
Discord / discord commits (push) Has been skipped
Flake Inputs: • Updated input 'ags': 'github:Aylur/ags/3e270c8' (2024-11-15) → 'github:Aylur/ags/12e0bfe' (2024-11-18) • Updated input 'astal': 'github:Aylur/astal/852cf24' (2024-11-17) → 'github:Aylur/astal/920e7d2' (2024-11-18) • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar/ffa2256' (2024-11-17) → 'github:elchininet/custom-sidebar/67acfa8' (2024-11-18) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/a8130ae' (2024-11-14) → 'github:matt1432/discord-nightly-overlay/90d33e6' (2024-11-18) • Updated input 'discord-overlay/Vencord-src': 'github:Vendicated/vencord/25ceff5' (2024-11-13) → 'github:Vendicated/vencord/cd61f4e' (2024-11-17) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=0ee6814' (2024-11-17) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=6e0f541' (2024-11-18) • Updated input 'home-manager': 'github:nix-community/home-manager/f3a2ff6' (2024-11-17) → 'github:nix-community/home-manager/a46e702' (2024-11-19) • Updated input 'hyprgrass': 'github:horriblename/hyprgrass/df4f1e9' (2024-11-14) → 'github:horriblename/hyprgrass/9ba4f8a' (2024-11-19) • Updated input 'hyprland': 'github:hyprwm/Hyprland/1ba050d' (2024-11-17) → 'github:hyprwm/Hyprland/c4eda46' (2024-11-19) • Updated input 'hyprland-plugins': 'github:hyprwm/hyprland-plugins/810c137' (2024-11-15) → 'github:hyprwm/hyprland-plugins/340f761' (2024-11-19) • Updated input 'jellyfin-flake': 'github:matt1432/nixos-jellyfin/cc508a8' (2024-11-17) → 'github:matt1432/nixos-jellyfin/486317a' (2024-11-19) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/a2c6d8d' (2024-11-16) → 'github:Jovian-Experiments/Jovian-NixOS/65dc043' (2024-11-19) • Updated input 'nh': 'github:viperML/nh/4ab65f4' (2024-11-17) → 'github:viperML/nh/8195c25' (2024-11-19) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/88cd24b' (2024-11-17) → 'github:fufexan/nix-gaming/d89390f' (2024-11-19) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/82cf224' (2024-11-17) → 'github:nix-community/nixpkgs-wayland/1e388ca' (2024-11-19) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/a615628' (2024-11-15) → 'github:matt1432/nixos-pcsd/dbd3897' (2024-11-19) • Updated input 'sops-nix': 'github:Mic92/sops-nix/472741c' (2024-11-17) → 'github:Mic92/sops-nix/e39947d' (2024-11-18) • Updated input 'spotifywebapi-src': 'github:thlucas1/SpotifyWebApiPython/13a2669' (2024-11-15) → 'github:thlucas1/SpotifyWebApiPython/cf7c41c' (2024-11-19) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/f914065' (2024-11-17) → 'github:make-all/tuya-local/6a9ef10' (2024-11-19) Docker Images: • quay.io/vaultwarden/server latest: sha256:7271b8ceb729f9b46144c800125813dcc8d16bb6874217c48e59b22b45e47d7d → sha256:84015c9306cc58f4be8b09c1adc62cfc3b2648b1430e9c15901482f3d870bd14 • ghcr.io/linuxserver/bazarr latest: sha256:7391c8c31a190aa676ca3596b54c243e731411cb8bdfef50f94f3e5c559520b8 → sha256:0d544276b51e11fb96f4bccd7d5babef597be0199364a11c0cdf24ab0470c381 • ghcr.io/linuxserver/prowlarr latest: sha256:7cd854daf61f7f2f68b8680850d86519409a61247e556ff41a3aae0e0cc3fb10 → sha256:c492863c8e1da876a6be3d0d5836f25b3547c0a3293f0e9f09cd198ebf47ea37 • ghcr.io/linuxserver/radarr latest: sha256:3329fbf778701cf53703b342b3a84da31caafec970ef9310be5723dd057666dc → sha256:c60610599d681dc7ea0aa1a5edfc1637ff4b5fb062872aea1539d291c835c4b3 Firefox Addons: sponsorblock: 5.9.5 -> 5.9.6
391 lines
7.4 KiB
Nix
391 lines
7.4 KiB
Nix
let
|
|
inherit (import ./lib {}) mkDep mkInput mkHyprDep mkSrc;
|
|
inherit (builtins) listToAttrs map removeAttrs;
|
|
|
|
# Inputs
|
|
nixTools = {
|
|
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";
|
|
};
|
|
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 = {
|
|
# uses nixVersions.nix_2_24
|
|
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";
|
|
|
|
# FIXME: wait for hyprgrass PR to make this one
|
|
rev = "340f761eb2722d54e3489d271f1f8d30fc64ffaf";
|
|
|
|
# type = "path";
|
|
# path = "/home/matt/git/hyprland-plugins";
|
|
};
|
|
|
|
hyprgrass = mkHyprDep {
|
|
owner = "horriblename";
|
|
repo = "hyprgrass";
|
|
|
|
# FIXME: hopefully this gets merged soon
|
|
rev = "9ba4f8a1a299dce4e80119f984c3fc36c9a9a7ff";
|
|
|
|
# type = "path";
|
|
# path = "/home/matt/git/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";
|
|
};
|
|
};
|
|
};
|
|
|
|
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";
|
|
}
|
|
|
|
# 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.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));
|
|
}
|