fix(hyprland): Re-import dropped sway stuff

This commit is contained in:
Malte Tammena 2023-04-16 16:30:22 +02:00
parent 452bcd186e
commit eb2504157e

View file

@ -218,6 +218,15 @@
# bind = XF86AudioMicMute, exec, ${pkgs.ponymix}/bin/ponymix --input toggle
'';
in {
imports = [
./waybar.nix
./gtk.nix
./qt.nix
./pass.nix
./mako.nix
./kanshi.nix
];
options.settings.hyprland = with lib; {
enable = mkEnableOption "Enable hyperland config";
};