fix(hyprland): Re-import dropped sway stuff
This commit is contained in:
parent
452bcd186e
commit
eb2504157e
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue