1
0
Fork 0
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:
xqtc 2025-03-10 19:02:10 +01:00
parent cdfe44832d
commit 35e655d5f9
Signed by: xqtc
GPG key ID: 2C064D095926D9D1
2 changed files with 6 additions and 2 deletions
home/config-files
hosts/x86_64-linux/lilith

View file

@ -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

View file

@ -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;