Switched from Hyprlang to lua in HM
This commit is contained in:
parent
7b000dba7f
commit
3ea04478ed
@ -12,13 +12,14 @@ let
|
|||||||
) wsList);
|
) wsList);
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
wayland.windowManager.hyprland =
|
wayland.windowManager.hyprland = {
|
||||||
{
|
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
configType = "lua";
|
||||||
|
|
||||||
|
|
||||||
# Config
|
# Config
|
||||||
settings =
|
settings = {
|
||||||
{
|
|
||||||
# Variables
|
# Variables
|
||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
"$term" = "alacritty";
|
"$term" = "alacritty";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user