Updated flake;

Removed gale overlay

port 8000 now always open for temporary services.

updated mpv config

Added mount.yazi plugin
This commit is contained in:
Jurn Wubben 2025-05-01 15:05:15 +02:00
parent 1e1736e14b
commit eb6a366283
8 changed files with 188 additions and 445 deletions

View file

@ -28,18 +28,18 @@
inputs = {
# Nixpkgs and other core shit
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; # build error unrelated to config.
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; # build error unrelated to config.
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11-small"; # build error unrelated to config.
flake-parts.url = "github:hercules-ci/flake-parts";
nur-xddxdd = { # FIXME: Used by flaresolverr as the nixpkgs version is broken.
url = "github:xddxdd/nur-packages";
inputs.nixpkgs.follows = "nixpkgs";
};
hm = {
url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "nixpkgs";
};
agenix = {
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";
};
# Ricing
stylix.url = "github:danth/stylix";
@ -51,12 +51,11 @@
nixcord.url = "github:kaylorben/nixcord";
somcli.url = "github:jsw08/somcli";
# Non-flake
dcbot = {
url = "github:jsw08/dcbot";
flake = false;
};
agenix.url = "github:ryantm/agenix";
};
}