I'll com back to this every once in a while. I need a vertical panel

This commit is contained in:
William 2025-02-05 00:24:19 -03:00
parent 6291136770
commit 01589b30ad
7 changed files with 179 additions and 258 deletions

View file

@ -48,11 +48,9 @@
inputs.nixpkgs.follows = "nixpkgs-stable";
};
stylix.url = "github:danth/stylix";
hyprpanel = {
url = "github:Jas-SinghFSU/HyprPanel";
inputs.nixpkgs.follows = "nixpkgs";
stylix = {
url = "github:danth/stylix";
inputs.nixpkgs.follows = "nixpkgs-stable";
};
};
@ -72,7 +70,6 @@
nix-minecraft,
nixos-generators,
stylix,
hyprpanel,
...
}:
{
@ -94,7 +91,6 @@
nixpkgs.overlays = [
agenix.overlays.default
self.overlays.custom
hyprpanel.overlay
];
}
];