flake update

This commit is contained in:
outfoxxed 2026-04-14 20:50:41 -07:00
parent fc0a0b958c
commit dc2712c66b
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 47 additions and 49 deletions

View file

@ -36,8 +36,7 @@
};
hyprland = {
#url = "github:hyprwm/Hyprland";
url = "github:outfoxxed/hyprland/itarget-visualbox-541";
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "systems";
inputs.hyprutils.follows = "hyprutils";
@ -45,7 +44,7 @@
};
hyprland-hy3 = {
url = "github:outfoxxed/hy3/0.54";
url = "github:outfoxxed/hy3";
inputs.hyprland.follows = "hyprland";
};
@ -73,6 +72,7 @@
};
outputs = inputs @ { self, nixpkgs, ... }: {
inherit self;
nixosConfigurations = {
msi = nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux";