diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-08-02 13:08:03 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-08-02 13:08:03 -0700 |
commit | b3c11bd8a150c84124b9c5143994ed0cdd359107 (patch) | |
tree | 999a2eae95746f452a0c7ca1cb07c6c307b75919 | |
parent | a519c78b8951fbcc6a9ad685d704eca4686315e2 (diff) | |
download | archinstall-b3c11bd8a150c84124b9c5143994ed0cdd359107.tar.gz archinstall-b3c11bd8a150c84124b9c5143994ed0cdd359107.zip |
Adds seatd
-rw-r--r-- | user_configuration.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/user_configuration.json b/user_configuration.json index e3acd2c..70f36cf 100644 --- a/user_configuration.json +++ b/user_configuration.json @@ -66,6 +66,7 @@ "bluez-utils", "brightnessctl", "cinny-desktop-bin", + "cronie", "dconf-editor", "breeze-plymouth", "discord", @@ -106,6 +107,7 @@ "qt5-wayland", "reflector", "rust", + "seatd", "sshfs", "starship", "stow", @@ -114,7 +116,7 @@ "swaybg", "swayidle", "swayimg", - "swaylock", + "swaylock-effects-git", "swww", "tailscale", "texlive-basic", @@ -174,7 +176,9 @@ "kanidm-unixd", "kanidm-unixd-tasks", "lemurs", - "pcscd" + "pcscd", + "seatd", + "cronie" ], "swap": true, "timezone": "US/Pacific", |