diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-20 22:08:30 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-20 22:08:30 -0700 |
commit | d41dcde0556c425a959961c47db7aa1044182a84 (patch) | |
tree | fb00321acc11472373087eaf69415748b6fbd389 /user_configuration.json | |
parent | dbad03a65449c798ac8bccaf806dbdef8a360689 (diff) | |
download | archinstall-d41dcde0556c425a959961c47db7aa1044182a84.tar.gz archinstall-d41dcde0556c425a959961c47db7aa1044182a84.zip |
Updates
Diffstat (limited to 'user_configuration.json')
-rw-r--r-- | user_configuration.json | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/user_configuration.json b/user_configuration.json index 08eb15d..7977fe3 100644 --- a/user_configuration.json +++ b/user_configuration.json @@ -79,7 +79,6 @@ "librewolf-bin", "mpv", "neovim", - "niri", "noto-fonts", "noto-fonts-emoji", "nvidia-open", @@ -91,10 +90,12 @@ "polkit", "polkit-kde-agent", "reflector", - "rustup", + "rust", + "sddm", "sshfs", "starship", "sudo", + "swayfx", "swaybg", "swayidle", "swaylock", @@ -133,13 +134,19 @@ "zsh-autosuggestions", "zsh-completions", "zsh-syntax-highlighting", - "ly", "mise", "mako" ], "parallel downloads": 3, "profile_config": null, - "services": ["bluetooth", "ly", "NetworkManager", "reflector", "polkit"], + "services": [ + "bluetooth", + "NetworkManager", + "reflector", + "polkit", + "kanidm-unixd", + "kanidm-unixd-tasks" + ], "swap": true, "timezone": "US/Pacific", "version": "2.8.3" |