I'll com back to this every once in a while. I need a vertical panel
This commit is contained in:
parent
6291136770
commit
01589b30ad
7 changed files with 179 additions and 258 deletions
10
flake.nix
10
flake.nix
|
|
@ -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
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue