add notification toggle
This commit is contained in:
parent
9a659b4580
commit
6991318eb9
5 changed files with 65 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ let
|
|||
};
|
||||
|
||||
# Add your custom modules here
|
||||
"custom/notifications" = import ./modules/notifications.nix { inherit lib pkgs; };
|
||||
"custom/newsboat" = import ./modules/newsboat.nix { inherit lib pkgs; };
|
||||
"pulseaudio#input" = import ./modules/pulseaudio/input.nix { inherit lib pkgs; };
|
||||
"pulseaudio#output" = import ./modules/pulseaudio/output.nix { inherit lib pkgs; };
|
||||
|
|
@ -95,11 +96,13 @@ in
|
|||
"disk"
|
||||
"pulseaudio#input"
|
||||
"pulseaudio#output"
|
||||
"custom/notifications"
|
||||
"tray"
|
||||
];
|
||||
|
||||
inherit
|
||||
"custom/newsboat"
|
||||
"custom/notifications"
|
||||
"hyprland/language"
|
||||
"hyprland/workspaces"
|
||||
"pulseaudio#input"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue