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:
parent
7e1df0dd83
commit
8f6905474b
8 changed files with 188 additions and 445 deletions
15
flake.nix
15
flake.nix
|
|
@ -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";
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue