flake update
This commit is contained in:
parent
fc0a0b958c
commit
dc2712c66b
2 changed files with 47 additions and 49 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue