feat: add custom alacritty package and update desktop entry configuration

This commit is contained in:
2025-11-05 21:05:43 +00:00
parent b1f071d92b
commit abb8b2c9dd
6 changed files with 75 additions and 5 deletions

View File

@@ -28,6 +28,9 @@
# Enable X11 for XWayland support
services.xserver.enable = true;
# Exclude xterm (we use alacritty instead)
services.xserver.excludePackages = [ pkgs.xterm ];
# Display manager - SDDM with Wayland support
services.displayManager.sddm = {
enable = true;