mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
feat: add custom alacritty package and update desktop entry configuration
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user