fix(flake): fix follows on inputs

should be better now I think
This commit is contained in:
jacekpoz 2023-08-16 18:39:54 +02:00
parent 479af209dd
commit 4d0f1fff71

View file

@ -23,12 +23,19 @@
hyprcontrib = {
url = "github:hyprwm/contrib";
inputs.nixpkgs.follows = "nixpkgs";
inputs.hyprland.follows = "hyprland";
};
hyprland-plugins.url = "github:hyprwm/hyprland-plugins";
hyprland-plugins = {
url = "github:hyprwm/hyprland-plugins";
inputs.hyprland.follows = "hyprland";
};
split-monitor-workspaces = {
url = "github:jacekpoz/split-monitor-workspaces";
inputs.hyprland.follows = "hyprland";
};
split-monitor-workspaces.url = "github:jacekpoz/split-monitor-workspaces";
shadower.url = "github:n3oney/shadower";
home-manager = {