flake.nix: reformat inputs

This commit is contained in:
notohh 2023-04-23 21:41:20 -04:00
parent 5fadcd56be
commit 3f46ec7a5b
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -2,8 +2,12 @@
description = "snowflake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
hyprland.url = "github:hyprwm/Hyprland";
nixpkgs = {
url = "github:nixos/nixpkgs/nixos-unstable";
};
hyprland = {
url = "github:hyprwm/Hyprland";
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";