fix(flake): fix follows on inputs
should be better now I think
This commit is contained in:
parent
479af209dd
commit
4d0f1fff71
1 changed files with 10 additions and 3 deletions
13
flake.nix
13
flake.nix
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue