This commit is contained in:
unexplrd
2025-03-09 14:21:08 +02:00
parent 3e3922be09
commit fca6f291ec
10 changed files with 342 additions and 252 deletions

View File

@ -7,6 +7,10 @@
stylix.url = "github:danth/stylix";
nixvim.url = "github:nix-community/nixvim";
nixos-cosmic.url = "github:lilyinstarlight/nixos-cosmic";
disko = {
url = "github:nix-community/disko/latest";
inputs.nixpkgs.follows = "nixpkgs";
};
lix = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
@ -23,8 +27,16 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland.url = "github:hyprwm/Hyprland";
hyprland.inputs.nixpkgs.follows = "nixpkgs";
hyprland = {
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprsunset = {
url = "github:hyprwm/hyprsunset"; # vaxry make a damn release
inputs.nixpkgs.follows = "nixpkgs";
inputs.hyprutils.follows = "hyprland/hyprutils";
inputs.hyprland-protocols.follows = "hyprland/hyprland-protocols";
};
neve = {
url = "git+https://gitea.linerds.us/unexplrd/Neve";
inputs.nixpkgs.follows = "nixpkgs";