matt1432
6f5a692ea2
All checks were successful
Discord / discord commits (push) Has been skipped
Flake Inputs: • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar' (2025-01-24) rev: e79f210c2ed68fc29e5630c26457557b1c9fbf34 → 'github:elchininet/custom-sidebar' (2025-01-27) rev: d680a3353a351fd7670a9ed7d1f8f4bca96b6529 • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-01-25) rev: cafcda102287a836dde5342a53ddf755487b1ccb → 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-01-27) rev: 26e9029579345392f67bdb2fa962b1c5026f77db • Updated input 'gtk-theme-src': 'github:dracula/gtk' (2025-01-14) rev: f77cf5caeac0ad7d71c8e568f699a197a100e75a → 'github:dracula/gtk' (2025-01-27) rev: 7c5c5c8179292fbdf5b3aaf5a11ab61fac980b71 • Updated input 'home-manager': 'github:nix-community/home-manager' (2025-01-24) rev: daf04c5950b676f47a794300657f1d3d14c1a120 → 'github:nix-community/home-manager' (2025-01-27) rev: e1ae908bcc30af792b0bb0a52e53b03d2577255e • Updated input 'hyprgrass': 'github:horriblename/hyprgrass' (2025-01-25) rev: 7f261b4a5558fa49fcfaf3ae6ba295052bbce48f → 'github:horriblename/hyprgrass' (2025-01-26) rev: ff3eb4c9147c89f04533bd2e2fe42e94232bc3b0 • Updated input 'nix-gaming': 'github:fufexan/nix-gaming' (2025-01-25) rev: 36dd40f5738c082f7d6e6c27ef46927c51c2408d → 'github:fufexan/nix-gaming' (2025-01-26) rev: 4845fe94cda365c7550d9fd1ef899d45df0bc18a • Updated input 'nix-index-db': 'github:Mic92/nix-index-database' (2025-01-19) rev: 744d330659e207a1883d2da0141d35e520eb87bd → 'github:Mic92/nix-index-database' (2025-01-26) rev: 79b7b8eae3243fc5aa9aad34ba6b9bbb2266f523 • Updated input 'nixcord': 'github:kaylorben/nixcord' (2025-01-24) rev: 5e8cebecc895070e041fc259a69295a437ef5c0b → 'github:kaylorben/nixcord' (2025-01-26) rev: 299d571ad0fcd176c0bf429c636084f6940ea124 • Updated input 'nixpkgs': 'github:NixOS/nixpkgs' (2025-01-25) rev: ed45d51fb4c860e70760a042dd9ff99bd016497e → 'github:NixOS/nixpkgs' (2025-01-26) rev: 852ff1d9e153d8875a83602e03fdef8a63f0ecf8 • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2025-01-25) rev: 2c421bd3ad1cd2ce4fc00baff4b6036d353b1ca7 → 'github:nix-community/nixpkgs-wayland' (2025-01-27) rev: 941190f48211a136b399d9253416b4e7881c1f3f • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-01-23) rev: 199308f5b6166f85e043c6ed394d0e146a3d039e → 'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-01-27) rev: 5787f6ff24fce3901ca7119ecd43c725adbb17f1 • Updated input 'spotifywebapi-src': 'github:thlucas1/SpotifyWebApiPython' (2025-01-24) rev: 55eb8e8d66bf0660a09c0433617447e2ff68c1a6 → 'github:thlucas1/SpotifyWebApiPython' (2025-01-27) rev: 6e52f64e89103e91100d8d1fbf03bc29e4060090 • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2025-01-25) rev: d0f16969601c82da1e8b42487fd2ee52bd60ca26 → 'github:make-all/tuya-local' (2025-01-27) rev: f4c2ad8786187f4a4a2e44399ccb4a13e248c523 • Updated input 'vimplugin-roslyn-nvim-src': 'github:seblj/roslyn.nvim' (2025-01-20) rev: 6937570ec333cb1fa7febe9df027f260ac070b21 → 'github:seblj/roslyn.nvim' (2025-01-27) rev: 490fd2d0f76249032ef6ce503e43ccdaeed9616e • Updated input 'yamaha-soundbar-src': 'github:osk2/yamaha-soundbar' (2024-07-10) rev: ebb3949a31a9d8460aed38924ae3a311204a06a2 → 'github:osk2/yamaha-soundbar' (2025-01-27) rev: df3a3a9c3a1ab90d95eddb6dfcdc06565534061f Docker Images: • rssbridge/rss-bridge latest: sha256:a536d4d24f7325204652be2a37fb5b25532c618817657d7e31dfc0c1dc7f8d94 → sha256:ee6fef3aa2d8699a4379acbaf01da5efeac1a8581a2d02de9b78786b680be8ba Node modules: typescript-eslint: 8.21.0 -> 8.22.0
452 lines
8.6 KiB
Nix
452 lines
8.6 KiB
Nix
# TODO: add README
|
|
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-fast-build = mkInput {
|
|
owner = "Mic92";
|
|
repo = "nix-fast-build";
|
|
};
|
|
|
|
nix-eval-jobs = mkInput {
|
|
owner = "nix-community";
|
|
repo = "nix-eval-jobs";
|
|
};
|
|
|
|
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 = {
|
|
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";
|
|
};
|
|
|
|
pr-tracker = mkInput {
|
|
owner = "matt1432";
|
|
repo = "pr-tracker";
|
|
};
|
|
};
|
|
|
|
nosInputs = {
|
|
khepri = mkInput {
|
|
owner = "matt1432";
|
|
repo = "khepri";
|
|
};
|
|
|
|
jellyfin-flake = mkInput {
|
|
owner = "matt1432";
|
|
repo = "nixos-jellyfin";
|
|
};
|
|
|
|
bazarr-bulk = mkInput {
|
|
owner = "mateoradman";
|
|
repo = "bazarr-bulk";
|
|
};
|
|
};
|
|
|
|
desktopInputs = {
|
|
hyprlandInputs = {
|
|
hyprland = mkInput {
|
|
owner = "hyprwm";
|
|
repo = "Hyprland";
|
|
|
|
# FIXME: wait for https://github.com/horriblename/hyprgrass/pull/207
|
|
rev = "445acec2a29adbb30196d8b92f86270a038b7ee5";
|
|
};
|
|
|
|
hyprland-plugins = mkHyprDep {
|
|
owner = "hyprwm";
|
|
repo = "hyprland-plugins";
|
|
|
|
# FIXME: wait for https://github.com/horriblename/hyprgrass/pull/207
|
|
rev = "7634792d199d32ed9396d5864e6431cde1cca6bd";
|
|
};
|
|
|
|
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";
|
|
};
|
|
|
|
ags = mkInput {
|
|
owner = "Aylur";
|
|
repo = "ags";
|
|
|
|
inputs.astal.follows = "astal";
|
|
};
|
|
|
|
kompass = mkInput {
|
|
owner = "kotontrion";
|
|
repo = "kompass";
|
|
|
|
inputs.astal.follows = "astal";
|
|
};
|
|
|
|
gtk-session-lock = mkInput {
|
|
owner = "Cu3PO42";
|
|
repo = "gtk-session-lock";
|
|
};
|
|
|
|
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 = "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.9";
|
|
}
|
|
{
|
|
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))
|