added hyperland

This commit is contained in:
specCon18 2023-04-18 19:27:35 -04:00
parent 51e27d3913
commit e7ee64f568
5 changed files with 136 additions and 13 deletions

View file

@ -0,0 +1,9 @@
{ pkgs, config, lib, ...}:
{
wayland.windowManager.hyprland = {
enable = true;
extraConfig = ''
bind = SUPER, Return, exec, alacritty
'';
};
}