Sat Jun 1 06:06:00 PM CEST 2024
This commit is contained in:
parent
681e813b0b
commit
51b2a2f7a8
|
@ -10,6 +10,11 @@
|
||||||
url = "https://github.com/hyprwm/Hyprland";
|
url = "https://github.com/hyprwm/Hyprland";
|
||||||
submodules = true;
|
submodules = true;
|
||||||
};
|
};
|
||||||
|
waybar = {
|
||||||
|
type = "git";
|
||||||
|
url = "https://github.com/thomasave/Waybar";
|
||||||
|
submodules = true;
|
||||||
|
};
|
||||||
split-monitor-workspaces = {
|
split-monitor-workspaces = {
|
||||||
url = "github:Duckonaut/split-monitor-workspaces";
|
url = "github:Duckonaut/split-monitor-workspaces";
|
||||||
inputs.hyprland.follows = "hyprland";
|
inputs.hyprland.follows = "hyprland";
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
{ inputs
|
||||||
|
, config
|
||||||
|
, pkgs
|
||||||
|
, ...
|
||||||
|
}:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.waybar = {
|
||||||
|
enable = true;
|
||||||
|
package = inputs.waybar.packages.${pkgs.system}.waybar;
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue