flake.nix: update
This commit is contained in:
parent
b1b2bce4a9
commit
cca7d53ffb
2 changed files with 169 additions and 548 deletions
699
flake.lock
699
flake.lock
File diff suppressed because it is too large
Load diff
18
flake.nix
18
flake.nix
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue