diff options
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" |