hyprland.nix

This commit is contained in:
2024-04-02 00:55:27 +01:00
parent fb6a7851d8
commit 45a1233bbf
3 changed files with 27 additions and 33 deletions
+4
View File
@@ -9,6 +9,10 @@
};
hyprland.url = "github:hyprwm/Hyprland";
hyprlan-plugins = {
url = "github:hyprwm/hyprland-plugins";
inputs.hyprland.follows = "hyprland";
};
};
outputs = { self, nixpkgs, ... }@inputs: