[Altair] Adds Thunderbird email, protonmail bridge. [Nix] Fixes deprecated expressions

This commit is contained in:
2026-04-21 19:04:47 -07:00
parent 8fbfb551f5
commit 6674ca40fa
9 changed files with 73 additions and 41 deletions

View File

@@ -1,11 +1,8 @@
{ ... }: {
{ ... }:
{
# Enable the X11 windowing system and a display manager
services.xserver = {
enable = true;
displayManager.gdm = {
enable = true;
wayland = true;
};
# displayManager.sddm = {
# enable = true;
# wayland.enable = true;
@@ -17,6 +14,10 @@
variant = "";
};
};
services.displayManager.gdm = {
enable = true;
wayland = true;
};
# services.displayManager.ly.enable = true;
# Enable Hyprland so it shows up in the menu