this will eventually be the hyprland config.
once hyprpanel has a vertical layout, imma bounce from plasma
This commit is contained in:
parent
9d5249b178
commit
6291136770
5 changed files with 244 additions and 3 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue