nixos-configs/inputs/default.nix
matt1432 9612c2a634
All checks were successful
Discord / discord commits (push) Has been skipped
chore: update sources
Flake Inputs:
• Updated input 'astal':
    'github:Aylur/astal/12fa0fb' (2024-11-26)
  → 'github:Aylur/astal/990f031' (2024-11-29)

• Updated input 'custom-sidebar-src':
    'github:elchininet/custom-sidebar/91af66e' (2024-11-26)
  → 'github:elchininet/custom-sidebar/16d609c' (2024-11-29)

• Updated input 'gpu-screen-recorder-src':
    'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=d472d8d' (2024-11-24)
  → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=0ae3c1f' (2024-11-28)

• Updated input 'home-manager':
    'github:nix-community/home-manager/a995363' (2024-11-24)
  → 'github:nix-community/home-manager/819f682' (2024-11-29)

• Updated input 'hyprland':
    'github:hyprwm/Hyprland/1fb720b' (2024-11-26)
  → 'github:hyprwm/Hyprland/8f83d29' (2024-11-28)

• Updated input 'hyprpaper':
    'github:hyprwm/hyprpaper/0b5e350' (2024-11-22)
  → 'github:hyprwm/hyprpaper/a3ceb20' (2024-11-28)

• Added input 'hyprpaper/hyprgraphics':
    'github:hyprwm/hyprgraphics/4d927a5' (2024-11-28)

• Added input 'hyprpaper/hyprgraphics/hyprutils':
    follows 'hyprpaper/hyprutils'

• Added input 'hyprpaper/hyprgraphics/nixpkgs':
    follows 'hyprpaper/nixpkgs'

• Added input 'hyprpaper/hyprgraphics/systems':
    follows 'hyprpaper/systems'

• Updated input 'jovian':
    'github:Jovian-Experiments/Jovian-NixOS/e86d2ad' (2024-11-26)
  → 'github:Jovian-Experiments/Jovian-NixOS/8d7b214' (2024-11-27)

• Updated input 'nh':
    'github:viperML/nh/51020a2' (2024-11-26)
  → 'github:viperML/nh/24293d6' (2024-11-28)

• Updated input 'nix-gaming':
    'github:fufexan/nix-gaming/18b8f07' (2024-11-25)
  → 'github:fufexan/nix-gaming/effe1d5' (2024-11-28)

• Updated input 'nixpkgs-wayland':
    'github:nix-community/nixpkgs-wayland/af74f7c' (2024-11-26)
  → 'github:nix-community/nixpkgs-wayland/ebf97a6' (2024-11-30)

• Updated input 'pcsd':
    'github:matt1432/nixos-pcsd/20df51f' (2024-11-24)
  → 'github:matt1432/nixos-pcsd/462c938' (2024-11-28)

• Updated input 'tuya-local-src':
    'github:make-all/tuya-local/56f76f9' (2024-11-26)
  → 'github:make-all/tuya-local/3014096' (2024-11-29)

Docker Images:
• vegardit/gitea-act-runner dind-latest:
   sha256:3c856bdd10f7f0035ef7812e774e64023af7b7d609c29e32177320e11039974f
 → sha256:dc29037a106628d8020cfb96bd5856dfe5db431ab6a6430455fab2a741249215

• rssbridge/rss-bridge latest:
   sha256:72218407217f2495a5f7f39b0adc1fdefba05c2fdecae6d4df1192389a250426
 → sha256:401f80f28223b2ec3d9e7026d83f61f99e224a1013967fec2a808074faa04449

• onlyoffice/documentserver latest:
   sha256:4af9878e3c663739f313ab60ad43f810a3c21d3726652efcd11917b95da1e4f7
 → sha256:3489a54c581414055dd9bfa3890435e5e6fc8c4ce0ffdd65cf3c7869f680cf81

• ghcr.io/linuxserver/sabnzbd latest:
   sha256:1bd04442a6cb35fc8f4a18c474ba93d6600026dcbd364d0577e63cc6cdebfd87
 → sha256:1d31c01bb765cfbbe916b418b336223b07541e50065e6b4284f5ffb8ea452d12

Firefox Addons:
bitwarden: 2024.11.0 -> 2024.11.2
2024-11-29 22:07:27 -05:00

401 lines
7.6 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-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 = {
nixd = mkDep {
owner = "nix-community";
repo = "nixd";
# FIXME: stay on nix 2.24 for now
rev = "5507bb141efc11cf548e87e39b61da66dfbca9e5";
};
};
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";
};
};
};
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";
}
# 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.7";
}
{
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));
}