flake.nix: update

This commit is contained in:
notohh 2024-12-24 00:52:13 -05:00
parent b1b2bce4a9
commit cca7d53ffb
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 169 additions and 548 deletions

File diff suppressed because it is too large Load diff

View file

@ -76,11 +76,11 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.hyprutils.follows = "hyprutils";
};
hyprsunset = {
url = "github:hyprwm/hyprsunset";
inputs.nixpkgs.follows = "nixpkgs";
inputs.hyprutils.follows = "hyprutils";
};
# hyprsunset = {
# url = "github:hyprwm/hyprsunset";
# inputs.nixpkgs.follows = "nixpkgs";
# inputs.hyprutils.follows = "hyprutils";
# };
hyprutils = {
url = "github:hyprwm/hyprutils";
inputs.nixpkgs.follows = "nixpkgs";
@ -109,6 +109,10 @@
anyrun.url = "github:Kirottu/anyrun";
botoh.url = "git+https://git.flake.sh/notohh/botoh";
conduwuit.url = "github:girlbossceo/conduwuit";
neptune = {
url = "github:uwu/neptune";
inputs.nixpkgs.follows = "nixpkgs";
};
deploy-rs = {
url = "github:serokell/deploy-rs";
inputs.nixpkgs.follows = "nixpkgs";
@ -121,9 +125,5 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}