Added something

This commit is contained in:
2025-12-21 15:54:48 +01:00
parent 3ddba12f35
commit 20758a739c
2 changed files with 27 additions and 37 deletions

View File

@@ -27,7 +27,10 @@
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
hyprland.url = "github:hyprwm/Hyprland";
millennium.url = "git+https://github.com/SteamClientHomebrew/Millennium";
millennium = {
url = "git+https://github.com/SteamClientHomebrew/Millennium?ref=legacy";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, home-manager, nixvim, millennium, hyprland, ... }@inputs: