flake.lock: bump
flake.nix: add niri and xwst niri: move to flake packages Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
url = "github:hyprwm/hyprsunset";
|
||||
inputs = {
|
||||
hyprland-protocols.follows = "hyprland/hyprland-protocols";
|
||||
hyprlang.follows = "hyprland/hyprlang";
|
||||
hyprutils.follows = "hyprland/hyprutils";
|
||||
hyprwayland-scanner.follows = "hyprland/hyprwayland-scanner";
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
@@ -62,6 +63,13 @@
|
||||
url = "git+ssh://gitea@gitea.linerds.us/unexplrd/nix-secrets";
|
||||
flake = false;
|
||||
};
|
||||
niri = {
|
||||
url = "github:YaLTeR/niri";
|
||||
inputs = {
|
||||
nixpkgs-stable.follows = "nixpkgs-stable";
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
nix-flatpak.url = "github:gmodena/nix-flatpak";
|
||||
nix-index-database = {
|
||||
url = "github:nix-community/nix-index-database";
|
||||
@@ -94,12 +102,18 @@
|
||||
};
|
||||
};
|
||||
walker = {
|
||||
url = "github:abenz1267/walker";
|
||||
url = "github:abenz1267/walker/0f366b1";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
systems.follows = "systems";
|
||||
};
|
||||
};
|
||||
xwst = {
|
||||
url = "github:Supreeeme/xwayland-satellite";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs: inputs.blueprint {inherit inputs;};
|
||||
|
||||
Reference in New Issue
Block a user