chore(x1): reorder systemPackages for better readability

- Reorganized the `environment.systemPackages` list alphabetically.
- Ensured no functional changes to the x1 system configuration.
This commit is contained in:
Harald Hoyer 2025-07-07 09:43:52 +02:00
parent 45cb8db57f
commit 4c11f744c7

View file

@ -71,36 +71,26 @@ with lib.metacfg;
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
azure-cli
cloudflare-warp
desktop-file-utils
kubectl
kubectx
k9s
attic-client attic-client
ollama azure-cli
piper-tts
klavaro
tipp10
gtypist
logseq
claude-code claude-code
claude-desktop-with-fhs claude-desktop-with-fhs
cloudflare-warp
desktop-file-utils
gemini-cli gemini-cli
vscode
uv
libcamera
gnome-terminal gnome-terminal
# (vscode-with-extensions.override { gtypist
# vscodeExtensions = with vscode-extensions; [ k9s
# rooveterinaryinc.roo-cline klavaro
# rust-lang.rust-analyzer kubectl
# github.copilot kubectx
# ms-python.python libcamera
# ms-azuretools.vscode-docker logseq
# ms-vscode-remote.remote-ssh ollama
# ]; piper-tts
# }) tipp10
uv
vscode
]; ];
zramSwap.enable = true; zramSwap.enable = true;