add symlink option

This commit is contained in:
Asaki Yuki 2026-04-10 22:58:40 +07:00
parent e829bedfe3
commit aedfd070b9
8 changed files with 71 additions and 37 deletions

View file

@ -167,6 +167,6 @@
};
};
chromium.enable = false;
chromium.enable = true;
};
}

View file

@ -7,7 +7,6 @@
wayland.windowManager.hyprland = lib.mkIf osconfig.device.wm.hyprland.enable {
enable = true;
xwayland.enable = true;
};
}

View file

@ -9,7 +9,7 @@
];
wayland.windowManager.hyprland.settings = {
monitor = osconfig.device.wm.hyprland.monitors;
monitorv2 = osconfig.device.wm.hyprland.monitors;
};
}

View file

@ -1,11 +1,11 @@
{ osconfig, ... }:
{ osconfig, config, ... }:
{
wayland.windowManager.hyprland.settings.bind = [
"CTRL ALT, T, exec, ${osconfig.device.programs.terminal}"
"SUPER SHIFT, L, exit,"
"SUPER SHIFT, TAB, togglefloating,"
"SUPER SHIFT, S, exec, hyprshot -m region -o '/home/asakiyuki/Pictures/Screenshots/' -z"
"SUPER SHIFT, S, exec, hyprshot -m region -o '${config.home.homeDirectory}/Pictures/Screenshots/' -z"
"SUPER, J, togglesplit,"
"SUPER, E, exec, dolphin"