nixos-configs/flake.nix
matt1432 10624d8de6 chore: update sources
Flake Inputs:
    • Updated input 'gpu-screen-recorder-src':
        'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-04-15) rev: 1f3d28fc5c63e818c1ef483e725f0154eaa47fd6
      → 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-04-18) rev: a1c09a61af0b1e6cd172dd582c48fec6ebea81c8

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

    • Updated input 'hyprgrass':
        'github:horriblename/hyprgrass' (2025-04-13) rev: 5106f7e6857935aed04f579752095fdd2df4d3d1
      → 'github:horriblename/hyprgrass' (2025-04-17) rev: 11eaedb1222a914686d91546cb5765cf8ac32653

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

    • Updated input 'hyprland-plugins':
        'github:hyprwm/hyprland-plugins' (2025-04-06) rev: be6b9875dd5c586fb401d294bb98c31973849651
      → 'github:hyprwm/hyprland-plugins' (2025-04-17) rev: 76de87aa975c2334ace0d798c92f268756e17731

    • Updated input 'jovian':
        'github:Jovian-Experiments/Jovian-NixOS' (2025-04-14) rev: 66c4c9dccd26330ebb0e91aa6ba89ca8835dfdc5
      → 'github:Jovian-Experiments/Jovian-NixOS' (2025-04-17) rev: 36186806e1dc4c0e370d0080f9b838ff8b1d20a2

    • Updated input 'nix-fast-build':
        'github:Mic92/nix-fast-build' (2025-04-15) rev: c2d972bed84323146535ac2e3e69e8a2d995eabd
      → 'github:Mic92/nix-fast-build' (2025-04-18) rev: 188b1f5c400c2349b6c4a1d130dc893d2b29f60c

    • Updated input 'nixcord':
        'github:kaylorben/nixcord' (2025-04-15) rev: a957c3403d0247bca3dbf78eaa7471947072e8eb
      → 'github:kaylorben/nixcord' (2025-04-17) rev: 6f1450221c3a8fea3a1b49338b0b8deca96a30b5

    • Updated input 'nixpkgs':
        'github:NixOS/nixpkgs' (2025-04-12) rev: 2631b0b7abcea6e640ce31cd78ea58910d31e650
      → 'github:NixOS/nixpkgs' (2025-04-17) rev: b024ced1aac25639f8ca8fdfc2f8c4fbd66c48ef

    • Updated input 'tuya-local-src':
        'github:make-all/tuya-local' (2025-04-15) rev: cb60cac28914436fbc2a117af57a7ee5bd663e32
      → 'github:make-all/tuya-local' (2025-04-17) rev: 014736a05fd9f0502d553c79ffec6c9949852528

    • Updated input 'vimplugin-roslyn-nvim-src':
        'github:seblj/roslyn.nvim' (2025-04-12) rev: f64609e4ab21a4cc28af2f526974c961d6adacca
      → 'github:seblj/roslyn.nvim' (2025-04-18) rev: d06aa2f6c5990dd195eb12e68bc5a96b6fd23bff

Node modules:
    eslint: 9.24.0 -> 9.25.0
    @eslint/js: 9.24.0 -> 9.25.0
2025-04-18 15:03:01 -04:00

524 lines
12 KiB
Nix

# Do not modify! This file is generated.
{
inputs = {
Kapowarr-src = {
flake = false;
owner = "matt1432";
ref = "build-system";
repo = "Kapowarr";
type = "github";
};
ags = {
inputs = {
astal.follows = "astal";
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
};
owner = "matt1432";
ref = "overlay";
repo = "ags";
type = "github";
};
astal = {
inputs = {
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
};
owner = "matt1432";
ref = "overlay";
repo = "astal";
type = "github";
};
bat-theme-src = {
flake = false;
owner = "matt1432";
repo = "bat";
type = "github";
};
bazarr-bulk = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "mateoradman";
repo = "bazarr-bulk";
type = "github";
};
caule-themes-src = {
flake = false;
owner = "ricardoquecria";
repo = "caule-themes-pack-1";
type = "github";
};
custom-sidebar-src = {
flake = false;
owner = "elchininet";
repo = "custom-sidebar";
type = "github";
};
docker-compose = {
inputs = {
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
};
owner = "matt1432";
repo = "nixos-docker-compose";
type = "github";
};
dracul-ha-src = {
flake = false;
owner = "berti24";
repo = "dracul-ha";
type = "github";
};
dracula-plymouth-src = {
flake = false;
owner = "matt1432";
repo = "dracula-plymouth";
type = "github";
};
eisa-scripts-src = {
flake = false;
owner = "Eisa01";
repo = "mpv-scripts";
type = "github";
};
extended-ollama-conversation-src = {
flake = false;
owner = "TheNimaj";
repo = "extended_ollama_conversation";
type = "github";
};
flake-compat = {
owner = "edolstra";
repo = "flake-compat";
type = "github";
};
flake-parts = {
inputs.nixpkgs-lib.follows = "nixpkgs";
owner = "hercules-ci";
repo = "flake-parts";
type = "github";
};
flake-utils = {
inputs.systems.follows = "systems";
owner = "numtide";
repo = "flake-utils";
type = "github";
};
flakegen = {
inputs.systems.follows = "systems";
url = "github:jorsn/flakegen";
};
git-theme-src = {
flake = false;
owner = "dracula";
repo = "git";
type = "github";
};
gpu-screen-recorder-src = {
flake = false;
type = "git";
url = "https://repo.dec05eba.com/gpu-screen-recorder";
};
grim-hyprland = {
inputs = {
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
};
owner = "eriedaberrie";
repo = "grim-hyprland";
type = "github";
};
gtk-theme-src = {
flake = false;
owner = "dracula";
repo = "gtk";
type = "github";
};
home-manager = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "nix-community";
repo = "home-manager";
type = "github";
};
hyprgrass = {
inputs = {
hyprland.follows = "hyprland";
nixpkgs.follows = "nixpkgs";
};
owner = "horriblename";
repo = "hyprgrass";
type = "github";
};
hyprland = {
inputs = {
nixpkgs.follows = "nixpkgs";
pre-commit-hooks.follows = "pre-commit-hooks";
systems.follows = "systems";
};
owner = "hyprwm";
repo = "Hyprland";
type = "github";
};
hyprland-plugins = {
inputs = {
hyprland.follows = "hyprland";
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
};
owner = "hyprwm";
repo = "hyprland-plugins";
rev = "76de87aa975c2334ace0d798c92f268756e17731";
type = "github";
};
hyprpaper = {
inputs = {
hyprgraphics.follows = "hyprland/hyprgraphics";
hyprlang.follows = "hyprland/hyprlang";
hyprutils.follows = "hyprland/hyprutils";
hyprwayland-scanner.follows = "hyprland/hyprwayland-scanner";
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
};
owner = "hyprwm";
repo = "hyprpaper";
type = "github";
};
jovian = {
inputs = {
nix-github-actions.follows = "nix-github-actions";
nixpkgs.follows = "nixpkgs";
};
owner = "Jovian-Experiments";
repo = "Jovian-NixOS";
type = "github";
};
kompass = {
inputs = {
astal.follows = "astal";
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
};
owner = "kotontrion";
repo = "kompass";
type = "github";
};
lib-aggregate = {
inputs.flake-utils.follows = "flake-utils";
owner = "nix-community";
repo = "lib-aggregate";
type = "github";
};
libratbag-src = {
flake = false;
owner = "libratbag";
repo = "libratbag";
type = "github";
};
material-symbols-src = {
flake = false;
owner = "beecho01";
repo = "material-symbols";
type = "github";
};
minix = {
inputs = {
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
};
owner = "matt1432";
repo = "Minix";
type = "github";
};
modernz-src = {
flake = false;
owner = "Samillion";
repo = "ModernZ";
type = "github";
};
mpv-persist-properties-src = {
flake = false;
owner = "d87";
repo = "mpv-persist-properties";
type = "github";
};
mpv-pointer-event-src = {
flake = false;
owner = "christoph-heinrich";
repo = "mpv-pointer-event";
type = "github";
};
mpv-touch-gestures-src = {
flake = false;
owner = "christoph-heinrich";
repo = "mpv-touch-gestures";
type = "github";
};
netdaemon-src = {
flake = false;
owner = "net-daemon";
repo = "integration";
type = "github";
};
nh = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "viperML";
repo = "nh";
type = "github";
};
nix-develop-nvim-src = {
flake = false;
owner = "matt1432";
repo = "nix-develop.nvim";
type = "github";
};
nix-eval-jobs = {
inputs = {
flake-parts.follows = "flake-parts";
nix-github-actions.follows = "nix-github-actions";
nixpkgs.follows = "nixpkgs";
treefmt-nix.follows = "treefmt-nix";
};
owner = "nix-community";
ref = "v2.28.1";
repo = "nix-eval-jobs";
type = "github";
};
nix-fast-build = {
inputs = {
flake-parts.follows = "flake-parts";
nixpkgs.follows = "nixpkgs";
treefmt-nix.follows = "treefmt-nix";
};
owner = "Mic92";
repo = "nix-fast-build";
type = "github";
};
nix-gaming = {
inputs = {
flake-parts.follows = "flake-parts";
nixpkgs.follows = "nixpkgs";
};
owner = "fufexan";
repo = "nix-gaming";
type = "github";
};
nix-github-actions = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "nix-community";
repo = "nix-github-actions";
type = "github";
};
nix-index-db = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "Mic92";
repo = "nix-index-database";
type = "github";
};
nix-on-droid = {
inputs = {
home-manager.follows = "home-manager";
nixpkgs.follows = "nixpkgs";
};
owner = "nix-community";
repo = "nix-on-droid";
type = "github";
};
nix-serve-ng = {
inputs = {
flake-compat.follows = "flake-compat";
nixpkgs.follows = "nixpkgs";
utils.follows = "flake-utils";
};
owner = "aristanetworks";
repo = "nix-serve-ng";
type = "github";
};
nixcord = {
inputs = {
flake-compat.follows = "flake-compat";
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
treefmt-nix.follows = "treefmt-nix";
};
owner = "kaylorben";
repo = "nixcord";
type = "github";
};
nixd = {
inputs = {
flake-parts.follows = "flake-parts";
nixpkgs.follows = "nixpkgs";
treefmt-nix.follows = "treefmt-nix";
};
owner = "nix-community";
repo = "nixd";
type = "github";
};
nixos-jellyfin = {
inputs = {
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
};
owner = "matt1432";
repo = "nixos-jellyfin";
type = "github";
};
nixpkgs = {
owner = "NixOS";
ref = "nixos-unstable";
repo = "nixpkgs";
type = "github";
};
nurl = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "nix-community";
repo = "nurl";
type = "github";
};
nvim-theme-src = {
flake = false;
owner = "Mofiqul";
repo = "dracula.nvim";
type = "github";
};
pcsd = {
inputs = {
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
};
owner = "matt1432";
repo = "nixos-pcsd";
type = "github";
};
piper-src = {
flake = false;
owner = "libratbag";
repo = "piper";
type = "github";
};
pokemon-colorscripts-src = {
flake = false;
owner = "phoneybadger";
repo = "pokemon-colorscripts";
type = "gitlab";
};
pr-tracker = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "matt1432";
repo = "pr-tracker";
type = "github";
};
pre-commit-hooks = {
inputs = {
flake-compat.follows = "flake-compat";
nixpkgs.follows = "nixpkgs";
};
owner = "cachix";
repo = "git-hooks.nix";
type = "github";
};
secrets = {
inputs = {
nixpkgs.follows = "nixpkgs";
sops-nix.follows = "sops-nix";
};
type = "git";
url = "ssh://git@git.nelim.org/matt1432/nixos-secrets";
};
sioyek-theme-src = {
flake = false;
owner = "dracula";
repo = "sioyek";
type = "github";
};
smartinspect-src = {
flake = false;
owner = "thlucas1";
repo = "SmartInspectPython";
type = "github";
};
sops-nix = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "Mic92";
repo = "sops-nix";
type = "github";
};
spotifyplus-src = {
flake = false;
owner = "thlucas1";
repo = "homeassistantcomponent_spotifyplus";
type = "github";
};
spotifywebapi-src = {
flake = false;
owner = "thlucas1";
repo = "SpotifyWebApiPython";
type = "github";
};
subscleaner-src = {
flake = false;
owner = "rogs";
repo = "subscleaner";
type = "gitlab";
};
systems = {
owner = "nix-systems";
repo = "default-linux";
type = "github";
};
treefmt-nix = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "numtide";
repo = "treefmt-nix";
type = "github";
};
ts-for-gir-src = {
flake = false;
owner = "gjsify";
repo = "ts-for-gir";
type = "github";
};
tuya-local-src = {
flake = false;
owner = "make-all";
repo = "tuya-local";
type = "github";
};
vimplugin-easytables-src = {
flake = false;
owner = "Myzel394";
repo = "easytables.nvim";
type = "github";
};
vimplugin-roslyn-nvim-src = {
flake = false;
owner = "seblj";
repo = "roslyn.nvim";
type = "github";
};
vimplugin-ts-error-translator-src = {
flake = false;
owner = "dmmulroy";
repo = "ts-error-translator.nvim";
type = "github";
};
virtualkeyboard-adapter = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "horriblename";
repo = "fcitx-virtualkeyboard-adapter";
type = "github";
};
wakewords-src = {
flake = false;
owner = "fwartner";
repo = "home-assistant-wakewords-collection";
type = "github";
};
yamaha-soundbar-src = {
flake = false;
owner = "osk2";
repo = "yamaha-soundbar";
type = "github";
};
};
outputs = inputs: inputs.flakegen ./_outputs.nix inputs;
}