mirror of
https://git.gay/xqtc/nixos-config
synced 2025-04-30 08:37:30 +02:00
enable ly on lilith
This commit is contained in:
parent
cdfe44832d
commit
35e655d5f9
2 changed files with 6 additions and 2 deletions
|
@ -11,7 +11,7 @@ font-size = 15
|
|||
keybind = ctrl+shift+n=new_tab
|
||||
keybind = ctrl+shift+t=toggle_tab_overview
|
||||
|
||||
custom-shader = ~/.config/ghostty/shader.glsl
|
||||
# custom-shader = ~/.config/ghostty/shader.glsl
|
||||
|
||||
# TABS
|
||||
keybind = ctrl+alt+1=goto_tab:1
|
||||
|
|
|
@ -84,7 +84,11 @@
|
|||
# };
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
services.displayManager.ly.enable = true;
|
||||
services.displayManager.ly.settings = {
|
||||
waylandsessions = "${pkgs.hyprland}/share/wayland-sessions/";
|
||||
};
|
||||
# services.xserver.enable = true;
|
||||
# services.xserver.displayManager.gdm.enable = true;
|
||||
# services.xserver.displayManager.startx.enable = true;
|
||||
# services.xserver.desktopManager.gnome.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue