this will eventually be the hyprland config.

once hyprpanel has a vertical layout, imma bounce from plasma
This commit is contained in:
William 2025-02-03 18:08:06 -03:00
parent 9d5249b178
commit 6291136770
5 changed files with 244 additions and 3 deletions

View file

@ -50,6 +50,10 @@
stylix.url = "github:danth/stylix";
hyprpanel = {
url = "github:Jas-SinghFSU/HyprPanel";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@ -68,6 +72,7 @@
nix-minecraft,
nixos-generators,
stylix,
hyprpanel,
...
}:
{
@ -89,6 +94,7 @@
nixpkgs.overlays = [
agenix.overlays.default
self.overlays.custom
hyprpanel.overlay
];
}
];