update and hyprland flake

This commit is contained in:
Noa Aarts 2024-03-15 18:47:13 +01:00
parent d6c71d2705
commit 3d86105f2b
2 changed files with 20 additions and 15 deletions

View file

@ -25,6 +25,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = {
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, nix-colors, automapaper, ... }@inputs: