This commit is contained in:
Florian RICHER 2023-08-30 22:24:07 +02:00
parent 187b5c6616
commit 10735f4461
4 changed files with 90 additions and 9 deletions

View file

@ -13,6 +13,14 @@
inputs.nixpkgs.follows = "nixpkgs";
};
stylix = {
url = "github:danth/stylix";
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";
};
};
hyprland = {
url = "github:hyprwm/hyprland";
inputs.nixpkgs.follows = "nixpkgs";