Basic waybar setup

This commit is contained in:
LarsZauberer 2024-04-14 09:49:41 +02:00
commit fa19b3c3aa
3 changed files with 22 additions and 0 deletions

View file

@ -3,6 +3,10 @@ with lib; let
username = config.modules.other.system.username;
cfg = config.modules.hyprland;
in {
imports = [
./waybar.nix
];
options.modules.hyprland.nvidia.enable = mkEnableOption "nvidia";
options.modules.hyprland = {
enable = mkEnableOption "hyprland";
@ -74,6 +78,7 @@ in {
];
exec-once = [
"waybar"
];
bind = [