Add waybar module (split from hyprland)
This commit is contained in:
15
home/modules/waybar/options.nix
Normal file
15
home/modules/waybar/options.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
lib,
|
||||
mylib,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
with mylib.modules; {
|
||||
enable = mkEnableOpt "Waybar";
|
||||
|
||||
monitor = mkOption {
|
||||
type = types.str;
|
||||
example = "HDMI-A-1";
|
||||
description = "What monitor to display the Waybar on";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user